Quick fix for PCSS until the cleaned up version is finished.

This commit is contained in:
Thomas Willingham
2013-06-09 02:17:39 +01:00
parent 4132cab862
commit e3a5a8c368
2 changed files with 5 additions and 0 deletions

View File

@@ -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.