mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 04:25:37 +08:00
correct coloring for user nav
This commit is contained in:
parent
b2f402dc04
commit
e364eb2aad
@ -23,6 +23,15 @@
|
||||
a {
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
|
||||
}
|
||||
|
||||
a:hover i {
|
||||
color: $quaternary;
|
||||
}
|
||||
|
||||
a.active i {
|
||||
color: $secondary;
|
||||
}
|
||||
|
||||
i {
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 55%), scale-color($secondary, $lightness: 55%));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user