aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-05 15:33:17 -0800
committerfriendica <info@friendica.com>2013-11-05 15:33:17 -0800
commit4a371480c8e0aab1084341204efec80efb930a93 (patch)
tree9f6c4a301c2b6bb41d8f67962461ecba30749995 /view/theme/redbasic/css
parentf9e97d97acbdc0588a1b161924f81a300d2f39d6 (diff)
parent9dfa7c6030d673a05a5c9bc692c579ec7eeeb7db (diff)
downloadvolse-hubzilla-4a371480c8e0aab1084341204efec80efb930a93.tar.gz
volse-hubzilla-4a371480c8e0aab1084341204efec80efb930a93.tar.bz2
volse-hubzilla-4a371480c8e0aab1084341204efec80efb930a93.zip
Merge pull request #193 from git-marijus/master
make the font-colour for the banner adjustable as well
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 9ecb23f5e..a19630292 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -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;
}