diff options
author | Valentin Popov <info@valentineus.link> | 2019-05-04 03:51:17 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-05-04 03:51:17 +0300 |
commit | 8ecf890fa1de0a4ea069a452469eb9d408cf0938 (patch) | |
tree | c5a17fff0a68bb75cefb6997cb149b2d40bf6a05 /_scss/components/_core.scss | |
parent | 6364c265d30eedccc44ec3506184d7693a61817d (diff) | |
download | popov.link-8ecf890fa1de0a4ea069a452469eb9d408cf0938.tar.xz popov.link-8ecf890fa1de0a4ea069a452469eb9d408cf0938.zip |
Added a perfect dark theme
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/components/_core.scss')
-rw-r--r-- | _scss/components/_core.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_scss/components/_core.scss b/_scss/components/_core.scss index 7a08e9c..497b226 100644 --- a/_scss/components/_core.scss +++ b/_scss/components/_core.scss @@ -8,6 +8,8 @@ } html { + background-color: $color-html; + background-image: url('/assets/background.svg'); height: 100%; overflow-y: scroll; } |