mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-14 19:25:38 -04:00
darken navbar item text when it opens (and the background turns light)
Fixes #896
This commit is contained in:
@@ -42,7 +42,7 @@ $navbar-default-bg-highlight: $brown
|
||||
$navbar-default-color: $beige
|
||||
$navbar-default-link-color: darken($beige, 20%)
|
||||
$navbar-default-link-hover-color: $beige
|
||||
$navbar-default-link-active-color: $beige
|
||||
$navbar-default-link-active-color: darken($beige,80%)
|
||||
$navbar-default-brand-color: lighten($green, 20%)
|
||||
|
||||
// Top nav collapse threshold
|
||||
|
||||
Reference in New Issue
Block a user