Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles/base/_base.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/base/_base.scss b/styles/base/_base.scss
index 30c4dee..e5ff5e1 100644
--- a/styles/base/_base.scss
+++ b/styles/base/_base.scss
@@ -4,7 +4,7 @@ body {
line-height: 1.618;
font-family: $family-sans-serif;
color: $text;
- background: $main-background;
+ background-color: var(--main-bg-color);
text-rendering: optimizeLegibility;
-webkit-overflow-scrolling: touch; // Smoothly on mobile browser
}