From 87b70d4597df554e718f859ebf764f59ea95c32d Mon Sep 17 00:00:00 2001 From: Soldat Date: Tue, 9 Oct 2018 22:00:13 +0200 Subject: [PATCH] Changed color --- core/static/core/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index b993bed7..7efbfcdf 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -21,7 +21,7 @@ $secondary-neutral-light-color: hsl(0, 0%, 91%); $secondary-neutral-dark-color: hsl(40, 57.6%, 17%); $white-color: hsl(219.6, 20.8%, 98%); -$black-color: hsl(40.0, 0%, 17%); +$black-color: hsl(0, 0%, 17%); $faceblue: hsl(221, 44%, 41%); $twitblue: hsl(206, 82%, 63%); @@ -372,7 +372,7 @@ header { #content { padding: 1em 1%; - box-shadow: #dfdfdf 0px 5px 10px; + box-shadow: $shadow-color 0px 5px 10px; background: $white-color; overflow: auto; } @@ -391,7 +391,7 @@ header { a { padding: 7px; display: inline-block; - color: #2b2b2b; + color: $black-color; font-weight: bold; margin: 2px; flex: 1;