auto-sync: 2026-04-21 00:30:01

This commit is contained in:
Stream
2026-04-21 00:30:02 +03:00
parent cbf01137bb
commit 971d92414e
2 changed files with 13 additions and 10 deletions

View File

@@ -16,6 +16,11 @@
padding: 24px;
}
nav { background: #1a1d27; padding: 12px 24px; display: flex; gap: 24px; align-items: center; border-bottom: 1px solid #2a2d3a; margin: -24px -24px 24px -24px; }
nav a { color: #8b8fa8; text-decoration: none; font-size: 14px; }
nav a:hover, nav a.active { color: #fff; }
nav .brand { color: #fff; font-weight: 600; margin-right: 16px; }
header {
display: flex;
align-items: center;
@@ -23,15 +28,6 @@
margin-bottom: 28px;
}
header a {
color: #58a6ff;
text-decoration: none;
font-size: 13px;
opacity: 0.8;
transition: opacity 0.15s;
}
header a:hover { opacity: 1; }
header h1 {
font-size: 18px;
font-weight: 600;
@@ -136,8 +132,15 @@
</head>
<body>
<nav>
<span class="brand">✈ FR24</span>
<a href="/">Карта</a>
<a href="/schedule">Расписание</a>
<a href="/monitoring" class="active">Мониторинг</a>
<a href="/data-sources">Источники</a>
</nav>
<header>
<a href="/">← Карта</a>
<h1>FR24 Monitoring</h1>
<span id="last-updated"></span>
</header>