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-size: inherit;
margin-top: 2.5em;
background: $theme-green-light;
}
a:link,

View File

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

View File

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

View File

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