diff options
Diffstat (limited to 'styles.scss')
-rw-r--r-- | styles.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/styles.scss b/styles.scss index 865d499..73028e6 100644 --- a/styles.scss +++ b/styles.scss @@ -2,6 +2,9 @@ /*-- scss:defaults --*/ +// use broken white as background color +$body-bg: #eeebe3; + // avoid web-loading internally declared default Bootswatch font $web-font-path: ""; |