✈ FR24 Live
Aircraft: —
Updated: —
diff --git a/tasks/flightradar24/frontend/static/monitoring.html b/tasks/flightradar24/frontend/static/monitoring.html
index 9b691e3..c320ef3 100644
--- a/tasks/flightradar24/frontend/static/monitoring.html
+++ b/tasks/flightradar24/frontend/static/monitoring.html
@@ -10,13 +10,13 @@
body {
background: #0d1117;
color: #c9d1d9;
- font-family: 'Segoe UI', system-ui, sans-serif;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
min-height: 100vh;
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 { background: #1a1d27; padding: 12px 24px; display: flex; gap: 24px; align-items: center; border-bottom: 1px solid #2a2d3a; margin: -24px -24px 24px -24px; position: relative; }
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; }
diff --git a/tasks/flightradar24/frontend/static/schedule.html b/tasks/flightradar24/frontend/static/schedule.html
index 46de615..dd7969a 100644
--- a/tasks/flightradar24/frontend/static/schedule.html
+++ b/tasks/flightradar24/frontend/static/schedule.html
@@ -10,29 +10,25 @@
body {
background: #0d1117;
color: #c9d1d9;
- font-family: 'Segoe UI', system-ui, sans-serif;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
min-height: 100vh;
}
+ nav { background: #1a1d27; padding: 12px 24px; display: flex; gap: 24px; align-items: center; border-bottom: 1px solid #2a2d3a; }
+ 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;
gap: 16px;
- padding: 20px 24px 16px;
+ padding: 16px 24px 12px;
border-bottom: 1px solid #21262d;
}
-
header h1 { font-size: 18px; font-weight: 600; color: #e6edf3; }
- header a {
- color: #58a6ff;
- text-decoration: none;
- font-size: 13px;
- opacity: 0.8;
- }
- header a:hover { opacity: 1; }
-
#last-updated { margin-left: auto; font-size: 12px; color: #6e7681; }
/* ── filters ── */
@@ -230,8 +226,15 @@
+
+