From 4d270eab7b259961458a68be803223d04639c50c Mon Sep 17 00:00:00 2001 From: Chihyu Date: Fri, 17 Apr 2020 19:41:30 +0800 Subject: [PATCH] change bg-color --- assets/stylesheets/template/base/_global.scss | 1 + assets/stylesheets/template/layout/content.scss | 1 - assets/stylesheets/template/layout/header.scss | 1 - assets/stylesheets/template/layout/slide.scss | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/stylesheets/template/base/_global.scss b/assets/stylesheets/template/base/_global.scss index 1c030cd..cc8d5ee 100644 --- a/assets/stylesheets/template/base/_global.scss +++ b/assets/stylesheets/template/base/_global.scss @@ -11,6 +11,7 @@ body { font-family: $sub-font; font-size: inherit; margin-top: 2.5em; + background: $theme-green-light; } a:link, diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 0de593b..518d322 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -4,7 +4,6 @@ .layout-content { min-height: 37.5em; - background: $theme-green-light; .container { @extend .response-container; diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 035bb47..90ee3e0 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -7,7 +7,6 @@ margin-bottom: 0; border: none; border-radius: 0; - background-color: $theme-green-light; z-index: 1; .container { diff --git a/assets/stylesheets/template/layout/slide.scss b/assets/stylesheets/template/layout/slide.scss index 08de021..fbafbbe 100644 --- a/assets/stylesheets/template/layout/slide.scss +++ b/assets/stylesheets/template/layout/slide.scss @@ -5,7 +5,6 @@ .layout-slide { position: relative; z-index: 0; - background: $theme-green-light; .w-ad-banner { max-width: 75em;