diff --git a/src/App.scss b/src/App.scss index 09a896b..d3bff8a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -41,6 +41,7 @@ p { body { color: $text-color; + background: $body-background-color; font-family: $font-familiy; letter-spacing: $letter-spacing; font-size: $body-font-size; diff --git a/src/layouts/style.module.scss b/src/layouts/style.module.scss index c1aee30..6c8aa59 100644 --- a/src/layouts/style.module.scss +++ b/src/layouts/style.module.scss @@ -4,5 +4,4 @@ .main { flex-grow: 1; padding: $header-height + $body-vertical-padding 0 $body-vertical-padding 0; - background-color: $body-background-color; }