浏览代码

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,
 	.has-light-gray-background-color,
 	.wp-block-pullquote.is-style-solid-color.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,
 	.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 .has-light-gray-background-color,
 .entry .entry-content .wp-block-pullquote.is-style-solid-color.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,
 .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 .has-light-gray-background-color,
 .entry .entry-content .wp-block-pullquote.is-style-solid-color.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,
 .entry .entry-content .has-white-background-color,