diff options
author | marijus <mario@mariovavti.com> | 2014-11-29 20:49:22 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-11-29 20:49:22 +0100 |
commit | 7be6afd733b9902f6b08e54f9eec296480ce8671 (patch) | |
tree | 1bf0b8c73e1f01103fb189482ca813bf79485763 /view/theme/redbasic | |
parent | 3855be49104b6c874a1c91c7db134e642d3fda20 (diff) | |
download | volse-hubzilla-7be6afd733b9902f6b08e54f9eec296480ce8671.tar.gz volse-hubzilla-7be6afd733b9902f6b08e54f9eec296480ce8671.tar.bz2 volse-hubzilla-7be6afd733b9902f6b08e54f9eec296480ce8671.zip |
readd link_colour again
Diffstat (limited to 'view/theme/redbasic')
-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 1bea84f99..50ec9613b 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 = ""; + $link_colour = "#337AB7"; if (! $navaside_bghover) $navaside_bghover = "#eee"; if (! $link_font_weight) |