From ec65513e8a826e6e71fda6ca0bd044969b708560 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 22 Feb 2019 04:24:10 +0400 Subject: Updating site color palette Signed-off-by: Valentin Popov --- _scss/components/_background.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '_scss/components/_background.scss') 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; } -- cgit v1.2.3