mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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;
|
background-color: inherit;
|
||||||
|
|
||||||
a.active {
|
a.active {
|
||||||
color: initial;
|
color: var(--primary);
|
||||||
background-color: initial;
|
background-color: initial;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
border-right: 4px solid var(--quaternary);
|
border-right: 4px solid var(--quaternary);
|
||||||
|
Loading…
Reference in New Issue
Block a user