diff options
Diffstat (limited to 'view/theme/redbasic/schema/dark.php')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 063df9210..0aa81cef5 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -94,6 +94,8 @@ $notify_linkcolour = "#FFF"; if (! $notify_bghover) $notify_bghover = "#222"; + if (! $notify_topmargin) + $notify_topmargin = "-1px"; if (! $notifyseen_bgcolour) $notifyseen_bgcolour = "#111"; if (! $notifyseen_linkcolour) |