diff options
Diffstat (limited to 'css/theme/source')
-rw-r--r-- | css/theme/source/black.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/source/black.scss b/css/theme/source/black.scss index 84e8d9a..4720c8a 100644 --- a/css/theme/source/black.scss +++ b/css/theme/source/black.scss @@ -16,7 +16,7 @@ // Override theme settings (see ../template/settings.scss) -$backgroundColor: #222; +$backgroundColor: #191919; $mainColor: #fff; $headingColor: #fff; |