fix(light-mode): add blue token overrides for Settings page

This commit is contained in:
Brückner
2026-06-03 16:21:40 +02:00
parent 34c9822e42
commit 550acd27b2

View File

@ -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;