From eb86e3752198472d62989f029da3a2044911ae58 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 14 Jun 2020 13:24:39 -0700 Subject: [PATCH] Moves background color to html tag --- assets/styles.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/styles.scss b/assets/styles.scss index 120dbbec..057571eb 100644 --- a/assets/styles.scss +++ b/assets/styles.scss @@ -9,20 +9,20 @@ $menu-item-color: hsl(0, 6%, 87%); @import "~buefy/src/scss/components/_dropdown"; @import "~buefy/src/scss/components/_switch"; -body { - font-family: "Roboto", sans-serif; - color: #ddd; - background-color: #111; -} - -h1.title { - font-family: "Gafata", sans-serif; -} - html { overflow-x: unset; overflow-y: unset; scroll-snap-type: y proximity; + background-color: #111; +} + +body { + font-family: "Roboto", sans-serif; + color: #ddd; +} + +h1.title { + font-family: "Gafata", sans-serif; } html.has-custom-scrollbars {