make the font-colour for the banner adjustable as well

This commit is contained in:
marijus
2013-11-06 00:16:02 +01:00
parent f9e97d97ac
commit 9dfa7c6030
4 changed files with 13 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ header #banner {
text-align: center;
font-size: 1.4em;
font-family: tahoma, "Lucida Sans", sans;
color: #FFF;
color: $banner_colour;
font-weight: bold;
margin-top: 1px;
}