diff options
author | friendica <info@friendica.com> | 2013-10-01 20:53:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-01 20:53:56 -0700 |
commit | bde20f81e6789511f0c7623abab06594dec83850 (patch) | |
tree | d4297af204211ba188db1da9b59c015f239bb843 | |
parent | f3141bed6b17f7e79ca3e01693d0428533754e46 (diff) | |
parent | 31680f824f52f793cd62a30bc1d5dd6e4e885276 (diff) | |
download | volse-hubzilla-bde20f81e6789511f0c7623abab06594dec83850.tar.gz volse-hubzilla-bde20f81e6789511f0c7623abab06594dec83850.tar.bz2 volse-hubzilla-bde20f81e6789511f0c7623abab06594dec83850.zip |
Merge https://github.com/friendica/red into zpull
-rw-r--r-- | view/theme/redbasic/php/style.php | 8 |
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"; |