aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/dark.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-rw-r--r--view/theme/redbasic/schema/dark.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php
index 96600f9f6..51a6d23a4 100644
--- a/view/theme/redbasic/schema/dark.php
+++ b/view/theme/redbasic/schema/dark.php
@@ -54,6 +54,8 @@
$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)