FIX: Admin nav active link in dark mode (#25759)

Followup e4b6142d6a,
the link was still black in dark mode.
This commit is contained in:
Martin Brennan
2024-02-20 11:25:35 +10:00
committed by GitHub
parent 0b3180c86f
commit 86183fea37

View File

@@ -690,7 +690,7 @@ $mobile-breakpoint: 700px;
background-color: inherit;
a.active {
color: initial;
color: var(--primary);
background-color: initial;
font-weight: 700;
border-right: 4px solid var(--quaternary);