diff --git a/static/css/index.css b/static/css/index.css index b1dbf26..52c8b72 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -269,6 +269,19 @@ header p { margin: 4px 0 8px 0; } +header p.subtitle { + font-size: 10px; + color: var(--text-secondary); + margin: 0 0 8px 0; +} + +header h1 .tagline { + font-weight: 400; + color: var(--accent-cyan, #00d4ff); + font-size: 0.6em; + opacity: 0.9; +} + /* Header stat badges */ .header-stats { display: flex; diff --git a/templates/adsb_dashboard.html b/templates/adsb_dashboard.html index fc1abb3..0a1b014 100644 --- a/templates/adsb_dashboard.html +++ b/templates/adsb_dashboard.html @@ -3,7 +3,7 @@
-Signal Intelligence // by smittix PAGER
+Signal Intelligence Platform PAGER