fix(light-mode): add blue token overrides for Settings page
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user