aboutsummaryrefslogtreecommitdiff
path: root/_scss/components
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-09-03 01:10:44 +0300
committerValentin Popov <info@valentineus.link>2019-09-03 01:14:51 +0300
commit06fcc9244c47e5afbfa9967dc378788ac4bde24b (patch)
treec16ae7469d1e5716b41e441867c13b6e48c1b868 /_scss/components
parentf5db4187c23d363c6f22330b9f1e52c6f75b62dd (diff)
downloadpopov.link-06fcc9244c47e5afbfa9967dc378788ac4bde24b.tar.xz
popov.link-06fcc9244c47e5afbfa9967dc378788ac4bde24b.zip
Added a white theme
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/components')
-rw-r--r--_scss/components/_core.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/_scss/components/_core.scss b/_scss/components/_core.scss
index 497b226..06e97cf 100644
--- a/_scss/components/_core.scss
+++ b/_scss/components/_core.scss
@@ -9,7 +9,6 @@
html {
background-color: $color-html;
- background-image: url('/assets/background.svg');
height: 100%;
overflow-y: scroll;
}