diff options
author | marijus <mario@mariovavti.com> | 2014-11-29 14:33:36 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-11-29 14:33:36 +0100 |
commit | 3855be49104b6c874a1c91c7db134e642d3fda20 (patch) | |
tree | 33be8a3bfc209465c4df4999b7e9ea8d5cb71ef5 /view/theme/redbasic/php/style.php | |
parent | 80ed4193f7141de8fd7ed8cd6ead4aeef5d0a537 (diff) | |
download | volse-hubzilla-3855be49104b6c874a1c91c7db134e642d3fda20.tar.gz volse-hubzilla-3855be49104b6c874a1c91c7db134e642d3fda20.tar.bz2 volse-hubzilla-3855be49104b6c874a1c91c7db134e642d3fda20.zip |
bootstrap-3.3.1 and minor css fixes
Diffstat (limited to 'view/theme/redbasic/php/style.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 55b35af4b..1bea84f99 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -108,7 +108,7 @@ if(! $a->install) { if (! $navtabs_bgchover) $navtabs_bgchover = "rgba(238,238,238,0.8)"; if (! $link_colour) - $link_colour = "#428BCA"; + $link_colour = ""; if (! $navaside_bghover) $navaside_bghover = "#eee"; if (! $link_font_weight) |