diff options
author | friendica <info@friendica.com> | 2013-11-05 15:31:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-05 15:31:03 -0800 |
commit | e28b12a5e191899695f51c57f90aa4e49b8f02c0 (patch) | |
tree | a424a700e1c371e58b8765e74278e86b2f82a3bc /view/theme/redbasic/css | |
parent | b4f8c247a21d02e5fb2d85e761d37b8d8a02cf9b (diff) | |
parent | 4a371480c8e0aab1084341204efec80efb930a93 (diff) | |
download | volse-hubzilla-e28b12a5e191899695f51c57f90aa4e49b8f02c0.tar.gz volse-hubzilla-e28b12a5e191899695f51c57f90aa4e49b8f02c0.tar.bz2 volse-hubzilla-e28b12a5e191899695f51c57f90aa4e49b8f02c0.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
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; } |