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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2018-08-24 22:54:45 +0300
committerVicky <vicky@vickylai.com>2018-08-24 22:54:45 +0300
commit463f61286ef7a0179e158c7fc50ff5fb79123cc2 (patch)
tree6a9d3c20134385868038aa36fd463c2990cc1c39 /assets
parent1d207024622b266fdbd73ec1437cced0b857fe05 (diff)
Fix spacing and html background color
- Add spacing before All Blog Posts section - Apply background color to html (was white in dark theme)
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_base.sass2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index 082ca94..e9be84c 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -1,4 +1,4 @@
-body
+html, body
background-color: $background
html.modal-open