Make the header readable, even for hover and active states.
This commit is contained in:
parent
a109ab389b
commit
e2c42d88ef
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ $iconWhiteSpritePath: image-path('glyphicons-halflings-white.png');
|
|||
$navbarBackground: #f0f0f0;
|
||||
$navbarBackgroundHighlight: lighten($navbarBackground, 10%);
|
||||
|
||||
// The default active / link color is white which doesn't work on our lightish background.
|
||||
$navbarLinkColorHover: lighten(#999, 10%);
|
||||
$navbarLinkColorActive: $navbarLinkColorHover;
|
||||
|
||||
@import "bootstrap";
|
||||
body { padding-top: 50px; }
|
||||
@import "bootstrap-responsive";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue