Change background color

This commit is contained in:
LordMathis 2020-09-25 10:26:43 +02:00
parent 1090ce3806
commit 33d74d6392
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
:global(body) {
font-family: $fontParagraph;
color: $white;
background-color: $blackRussian;
background-color: $darkGrey;
margin: 0;
}

View File

@ -1,5 +1,5 @@
// Colors
$blackRussian: #222129;
$darkGrey: #323232;
$white: #f8f8ff;
$black: #2f2f2f;
$blue: #0f52bf;