Good compromise I think. Remove display setting . Set the default (light) schema to = , so that other schemas can still use .

This commit is contained in:
Jeroen
2014-10-10 13:35:16 +00:00
parent 77fc267f73
commit 1dda775969
4 changed files with 5 additions and 10 deletions

View File

@@ -50,12 +50,12 @@
$search_background = "#999";
if (! $bgcolour)
$bgcolour = "#111";
if (! $genericcontent_bgcolour)
$genericcontent_bgcolour ='rgba(28,28,28,0.8)';
if (! $item_colour)
$item_colour = "rgba(28,28,28,0.8)";
if (! $comment_item_colour)
$comment_item_colour = "rgba(18,18,18,0.4)";
if (! $genericcontent_bgcolour)
$genericcontent_bgcolour = "rgba(28,28,28,0.8)";
if (! $comment_border_colour)
$comment_border_colour = "rgba(28,28,28,0.8)";
if (! $toolicon_colour)