de-emphasize user page nav a bit from pure black

This commit is contained in:
Jeff Atwood 2016-03-25 00:46:36 -07:00
parent f0c022351d
commit 92551df979
1 changed files with 8 additions and 0 deletions

View File

@ -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 {