mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
FIX: Admin nav active link in dark mode (#25759)
Followup e4b6142d6a
,
the link was still black in dark mode.
This commit is contained in:
parent
0b3180c86f
commit
86183fea37
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user