diff --git a/static/css/core/layout.css b/static/css/core/layout.css index 0c59e07..edc3137 100644 --- a/static/css/core/layout.css +++ b/static/css/core/layout.css @@ -87,6 +87,25 @@ color: var(--text-primary); } +/* Branded "i" — cyan stem with green dot, matching the logo icon */ +.brand-i { + color: var(--accent-cyan); + position: relative; + display: inline-block; +} +.brand-i::after { + content: ''; + position: absolute; + top: 0.05em; + left: 50%; + transform: translateX(-50%); + width: 0.22em; + height: 0.22em; + background: var(--accent-green); + border-radius: 50%; + box-shadow: 0 0 0.4em var(--accent-green); +} + .app-logo-tagline { font-size: var(--text-xs); color: var(--text-dim); diff --git a/templates/adsb_dashboard.html b/templates/adsb_dashboard.html index 9e6c6da..aed5b63 100644 --- a/templates/adsb_dashboard.html +++ b/templates/adsb_dashboard.html @@ -51,7 +51,7 @@
diff --git a/templates/adsb_history.html b/templates/adsb_history.html index 486850d..a01338f 100644 --- a/templates/adsb_history.html +++ b/templates/adsb_history.html @@ -22,7 +22,7 @@
Live Radar diff --git a/templates/agents.html b/templates/agents.html index 74caaa0..9557d57 100644 --- a/templates/agents.html +++ b/templates/agents.html @@ -281,7 +281,7 @@

- iNTERCEPT // Remote Agents + ıNTERCEPT // Remote Agents

diff --git a/templates/ais_dashboard.html b/templates/ais_dashboard.html index 0ae4acb..e03a398 100644 --- a/templates/ais_dashboard.html +++ b/templates/ais_dashboard.html @@ -51,7 +51,7 @@
diff --git a/templates/index.html b/templates/index.html index f156887..e226942 100644 --- a/templates/index.html +++ b/templates/index.html @@ -293,7 +293,7 @@
-

iNTERCEPT

+

ıNTERCEPT

// See the Invisible

v{{ version }}
PAGER diff --git a/templates/layout/base.html b/templates/layout/base.html index 0486d85..5643f18 100644 --- a/templates/layout/base.html +++ b/templates/layout/base.html @@ -53,7 +53,7 @@ - iNTERCEPT + ıNTERCEPT // See the Invisible diff --git a/templates/layout/base_dashboard.html b/templates/layout/base_dashboard.html index fb74507..f957f13 100644 --- a/templates/layout/base_dashboard.html +++ b/templates/layout/base_dashboard.html @@ -151,7 +151,7 @@ {% block dashboard_title %}DASHBOARD{% endblock %} - // iNTERCEPT + // ıNTERCEPT
diff --git a/templates/partials/help-modal.html b/templates/partials/help-modal.html index 7e92e0d..4a94a5f 100644 --- a/templates/partials/help-modal.html +++ b/templates/partials/help-modal.html @@ -7,7 +7,7 @@