FogBugz #126: Passivfarbe im Menü: leichtes Orange
This commit is contained in:
parent
093f09d993
commit
bd7b0ff862
2 changed files with 4 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ h2 {
|
|||
color: #fff;
|
||||
}
|
||||
.logo_o-rama {
|
||||
color: #999;
|
||||
color: #fddfbf;
|
||||
}
|
||||
|
||||
.logo_white { color: #fff; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue