From 33d74d639295a924a00a7a157ee87ccb0a3d5558 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Fri, 25 Sep 2020 10:26:43 +0200 Subject: [PATCH] Change background color --- src/styles/global.scss | 2 +- src/styles/variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index 9cf4a93..b681f7e 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -7,7 +7,7 @@ :global(body) { font-family: $fontParagraph; color: $white; - background-color: $blackRussian; + background-color: $darkGrey; margin: 0; } diff --git a/src/styles/variables.scss b/src/styles/variables.scss index ead5570..66092f8 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -1,5 +1,5 @@ // Colors -$blackRussian: #222129; +$darkGrey: #323232; $white: #f8f8ff; $black: #2f2f2f; $blue: #0f52bf;