diff --git a/skills/telegram-collector/telegram_collector.session b/skills/telegram-collector/telegram_collector.session index 3e20805..5e35aa1 100644 Binary files a/skills/telegram-collector/telegram_collector.session and b/skills/telegram-collector/telegram_collector.session differ diff --git a/tasks/flightradar24/frontend/static/monitoring.html b/tasks/flightradar24/frontend/static/monitoring.html index ae5f982..9b691e3 100644 --- a/tasks/flightradar24/frontend/static/monitoring.html +++ b/tasks/flightradar24/frontend/static/monitoring.html @@ -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 @@
+ +