aboutsummaryrefslogtreecommitdiff
path: root/_scss/components
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-02-22 03:24:10 +0300
committerValentin Popov <info@valentineus.link>2019-02-22 03:26:23 +0300
commitec65513e8a826e6e71fda6ca0bd044969b708560 (patch)
treedf19534042d7c0f7c1a65f591c45ffb1dea618b9 /_scss/components
parent244549b54d5efc931005b7f3ee09196c7193288f (diff)
downloadpopov.link-ec65513e8a826e6e71fda6ca0bd044969b708560.tar.xz
popov.link-ec65513e8a826e6e71fda6ca0bd044969b708560.zip
Updating site color palette
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/components')
-rw-r--r--_scss/components/_background.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/_scss/components/_background.scss b/_scss/components/_background.scss
index fd6fe7a..f91231d 100644
--- a/_scss/components/_background.scss
+++ b/_scss/components/_background.scss
@@ -1,4 +1,3 @@
-$background-border: rgba(0, 0, 0, .09);
$background-image: '/assets/background.svg';
html {
@@ -6,6 +5,6 @@ html {
}
body {
- border-left: 1px solid $background-border;
- border-right: 1px solid $background-border;
+ border-left: 1px solid $color-bg-alt;
+ border-right: 1px solid $color-bg-alt;
}