aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-01 20:53:56 -0700
committerfriendica <info@friendica.com>2013-10-01 20:53:56 -0700
commitbde20f81e6789511f0c7623abab06594dec83850 (patch)
treed4297af204211ba188db1da9b59c015f239bb843 /view
parentf3141bed6b17f7e79ca3e01693d0428533754e46 (diff)
parent31680f824f52f793cd62a30bc1d5dd6e4e885276 (diff)
downloadvolse-hubzilla-bde20f81e6789511f0c7623abab06594dec83850.tar.gz
volse-hubzilla-bde20f81e6789511f0c7623abab06594dec83850.tar.bz2
volse-hubzilla-bde20f81e6789511f0c7623abab06594dec83850.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/php/style.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 26990823a..e9ee57268 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -3,10 +3,10 @@
//Set some defaults
$nav_colour = "red";
- $nav_bg_1 = "f88";
- $nav_bg_2 = "b00";
- $nav_bg_3 = "f00";
- $nav_bg_4 = "b00";
+ $nav_bg_1 = "#f88";
+ $nav_bg_2 = "#b00";
+ $nav_bg_3 = "#f00";
+ $nav_bg_4 = "#b00";
$background_colour = "fff";
$background_image ='';
$item_colour = "fff";