소스 검색

Calm Business: Fix Custom Colour

Takashi Irie 6 년 전
부모
커밋
bdb87286eb
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      calm-business/sass/blocks/_blocks.scss
  2. 1 1
      calm-business/style-rtl.css
  3. 1 1
      calm-business/style.css

+ 1 - 1
calm-business/sass/blocks/_blocks.scss

@@ -1060,7 +1060,7 @@
 
 	.has-light-gray-background-color,
 	.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
-		background-color: $color__text-light;
+		background-color: $color__background-body-dark;
 	}
 
 	.has-white-background-color,

+ 1 - 1
calm-business/style-rtl.css

@@ -4664,7 +4664,7 @@ body.page .main-navigation {
 
 .entry .entry-content .has-light-gray-background-color,
 .entry .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
-  background-color: #fff;
+  background-color: #6C6C74;
 }
 
 .entry .entry-content .has-white-background-color,

+ 1 - 1
calm-business/style.css

@@ -4676,7 +4676,7 @@ body.page .main-navigation {
 
 .entry .entry-content .has-light-gray-background-color,
 .entry .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
-  background-color: #fff;
+  background-color: #6C6C74;
 }
 
 .entry .entry-content .has-white-background-color,