aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-04-14 21:10:48 +0200
committermarijus <mario@mariovavti.com>2014-04-14 21:10:48 +0200
commitd371ad3da71ac98a5ee8d4eb7118f1cef8afdaef (patch)
treecb5136b773925eed36929f4175e9d7742c708f9f /view/theme
parentbf8f5d5b2b1753333d2ea9a14f728183c40c2dcb (diff)
downloadvolse-hubzilla-d371ad3da71ac98a5ee8d4eb7118f1cef8afdaef.tar.gz
volse-hubzilla-d371ad3da71ac98a5ee8d4eb7118f1cef8afdaef.tar.bz2
volse-hubzilla-d371ad3da71ac98a5ee8d4eb7118f1cef8afdaef.zip
a small fix for bs-default scheme
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/schema/BS-Default.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/BS-Default.php b/view/theme/redbasic/schema/BS-Default.php
index f93e879e3..ce464fe2c 100644
--- a/view/theme/redbasic/schema/BS-Default.php
+++ b/view/theme/redbasic/schema/BS-Default.php
@@ -18,3 +18,5 @@
$nav_active_icon_colour = "#555";
if (! $radius)
$radius = "4";
+ if (! $banner_colour)
+ $banner_colour = "#777";