mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
de-emphasize user page nav a bit from pure black
This commit is contained in:
parent
f0c022351d
commit
92551df979
1 changed files with 8 additions and 0 deletions
|
@ -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 a new issue