FogBugz #126: Passivfarbe im Menü: leichtes Orange

This commit is contained in:
Roland Jesse 2012-06-02 22:22:59 +02:00
parent 093f09d993
commit bd7b0ff862
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,7 @@ $iconWhiteSpritePath: image-path('glyphicons-halflings-white.png');
$grayLight: #999;
$orange: #ed8200;
$orangeLight: lighten($orange, 10%);
$orangeText: #fddfbf;
// We don't want no black but an orange header, please.
$navbarBackground: $orange;
@ -14,6 +15,8 @@ $dropdownBackground: $orangeLight;
$dropdownBorder: $orange;
$dropdownLinkBackgroundHover: $orange;
$dropdownLinkColor: $grayLight;
$navbarText: $orangeText;
$navbarLinkColor: $orangeText;
@import "bootstrap";
body { padding-top: 50px; }

View file

@ -109,7 +109,7 @@ h2 {
color: #fff;
}
.logo_o-rama {
color: #999;
color: #fddfbf;
}
.logo_white { color: #fff; }