Make the header readable, even for hover and active states.

This commit is contained in:
Roland Jesse 2012-04-30 22:50:01 +02:00
parent a109ab389b
commit e2c42d88ef

View file

@ -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";