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;