diff options
Diffstat (limited to '_scss/components')
-rw-r--r-- | _scss/components/_background.scss | 5 |
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; } |