aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-06-09 02:17:39 +0100
committerThomas Willingham <founder@kakste.com>2013-06-09 02:17:39 +0100
commite3a5a8c3687fcaf011492a2857d90114bb8e5ac5 (patch)
tree7547cb121853c6a4eeca2d811acba4d5993c316b /view/theme/redbasic/php/style.php
parent4132cab862608f05c7a5b1467e5a66df9070b01b (diff)
downloadvolse-hubzilla-e3a5a8c3687fcaf011492a2857d90114bb8e5ac5.tar.gz
volse-hubzilla-e3a5a8c3687fcaf011492a2857d90114bb8e5ac5.tar.bz2
volse-hubzilla-e3a5a8c3687fcaf011492a2857d90114bb8e5ac5.zip
Quick fix for PCSS until the cleaned up version is finished.
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index e5b128546..31b83394f 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -44,6 +44,7 @@
if ($colour_scheme === 'fancyred') {$shadows = true; $navcolour = 'black'; $displaystyle = 'fancy'; $linkcolour = 'f00'; $shiny = "opaque";}
// Dark themes are very different - we need to do some of these from scratch, so don't bother setting vars for anything else
if ($colour_scheme === 'dark') {$colour = 'dark'; $navcolour = 'black';}
+ if ($colour_scheme === 'redbasic'){$navcolour = 'red';}
}
// This is probably the easiest place to apply global settings. Don't bother with site line height and such. Instead, check pconfig for global user settings.