From 550acd27b292733bd9481a0a1ea31e133c3ba6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Br=C3=BCckner?= Date: Wed, 3 Jun 2026 16:21:40 +0200 Subject: [PATCH] fix(light-mode): add blue token overrides for Settings page --- src/index.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/index.css b/src/index.css index 671ec8f..a3891b0 100644 --- a/src/index.css +++ b/src/index.css @@ -460,6 +460,24 @@ color: inherit !important; } +/* ── Settings page – blue (Entra ID) tokens ─────────────────────── */ +:root.light .bg-blue-950\/60, +:root.light .bg-blue-950\/50, +:root.light .bg-blue-950\/40 { + background-color: #dbeafe !important; + border-color: #93c5fd !important; + color: #1d4ed8 !important; +} + +:root.light .border-blue-900\/50, +:root.light .border-blue-900\/40 { + border-color: #93c5fd !important; +} + +:root.light .text-blue-400 { + color: #1d4ed8 !important; +} + /* ── AirIT badge - always white text on navy, regardless of theme ─ */ .airit-badge { color: #ffffff !important;