diff options
author | friendica <info@friendica.com> | 2014-03-09 07:28:22 +1100 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-09 07:28:22 +1100 |
commit | 22c0f381ab4dd566ad2dc7744aaf2edf902147a2 (patch) | |
tree | 4d417b815ea24930a458d1b578bf699a3e3b9afa /view/theme/redbasic/php | |
parent | aa8a93f1710f463f9467610cbcdc1cb754551c78 (diff) | |
parent | 56c84ba2676b474f55f73881fc0a1a56a284a29f (diff) | |
download | volse-hubzilla-22c0f381ab4dd566ad2dc7744aaf2edf902147a2.tar.gz volse-hubzilla-22c0f381ab4dd566ad2dc7744aaf2edf902147a2.tar.bz2 volse-hubzilla-22c0f381ab4dd566ad2dc7744aaf2edf902147a2.zip |
Merge pull request #358 from git-marijus/master
style fixes
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 4bb852a40..8fb4de381 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -81,7 +81,7 @@ if(! $a->install) { if (! $nav_active_gradient_bottom) $nav_active_gradient_bottom = "#282828"; if (! $nav_bd) - $nav_bd = "#080808"; + $nav_bd = "#222"; if (! $nav_icon_colour) $nav_icon_colour = "#999"; if (! $nav_active_icon_colour) |