Added variables for background colors

This commit is contained in:
Silvio Giebl
2019-05-19 02:41:40 +02:00
parent 48a4a37977
commit 447ba4f20c
5 changed files with 15 additions and 8 deletions

View File

@@ -52,6 +52,8 @@ $red-300: #dd2e2e !default;
$body-background-color: $white !default;
$sidebar-color: $grey-lt-000 !default;
$search-background-color: $white !default;
$table-background-color: $white !default;
$code-background-color: $grey-lt-000 !default;
$body-text-color: $grey-dk-100 !default;