change bg-color

This commit is contained in:
Chihyu 2020-04-17 19:41:30 +08:00
parent 5b1183f66b
commit 4d270eab7b
4 changed files with 1 additions and 3 deletions

View File

@ -11,6 +11,7 @@ body {
font-family: $sub-font; font-family: $sub-font;
font-size: inherit; font-size: inherit;
margin-top: 2.5em; margin-top: 2.5em;
background: $theme-green-light;
} }
a:link, a:link,

View File

@ -4,7 +4,6 @@
.layout-content { .layout-content {
min-height: 37.5em; min-height: 37.5em;
background: $theme-green-light;
.container { .container {
@extend .response-container; @extend .response-container;

View File

@ -7,7 +7,6 @@
margin-bottom: 0; margin-bottom: 0;
border: none; border: none;
border-radius: 0; border-radius: 0;
background-color: $theme-green-light;
z-index: 1; z-index: 1;
.container { .container {

View File

@ -5,7 +5,6 @@
.layout-slide { .layout-slide {
position: relative; position: relative;
z-index: 0; z-index: 0;
background: $theme-green-light;
.w-ad-banner { .w-ad-banner {
max-width: 75em; max-width: 75em;