mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
de-emphasize user page nav a bit from pure black
This commit is contained in:
parent
f0c022351d
commit
92551df979
@ -19,6 +19,14 @@
|
||||
i.fa-heart {
|
||||
color: $love !important;
|
||||
}
|
||||
.nav-pills {
|
||||
a {
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 40%));
|
||||
}
|
||||
i {
|
||||
color: dark-light-choose(scale-color($primary, $lightness: 55%), scale-color($secondary, $lightness: 55%));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.user-field {
|
||||
|
Loading…
Reference in New Issue
Block a user