فهرست منبع

Merge pull request #463 from torres126/fix/colour-caption

Several themes: Inherit Caption Colours with Gutenberg Blocks
Laurel 6 سال پیش
والد
کامیت
4f3d23f07c
5فایلهای تغییر یافته به همراه5 افزوده شده و 4 حذف شده
  1. 1 1
      canard/blocks.css
  2. 1 1
      gazette/css/blocks.css
  3. 1 1
      independent-publisher-2/css/blocks.css
  4. 1 0
      intergalactic-2/blocks.css
  5. 1 1
      rebalance/blocks.css

+ 1 - 1
canard/blocks.css

@@ -21,7 +21,7 @@ Description: Used to style Gutenberg Blocks.
 /* Captions */
 /* Captions */
 
 
 [class^="wp-block-"] figcaption {
 [class^="wp-block-"] figcaption {
-	color: #777;
+	color: inherit;
 	font-family: Lato, sans-serif;
 	font-family: Lato, sans-serif;
 	font-size: 16px;
 	font-size: 16px;
 	line-height: 1.25;
 	line-height: 1.25;

+ 1 - 1
gazette/css/blocks.css

@@ -27,7 +27,7 @@ Description: Used to style Gutenberg Blocks.
 }
 }
 
 
 [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
 [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
-	color: #777;
+	color: inherit;
 }
 }
 
 
 /*--------------------------------------------------------------
 /*--------------------------------------------------------------

+ 1 - 1
independent-publisher-2/css/blocks.css

@@ -74,7 +74,7 @@ body:not(.has-sidebar) .wp-block-latest-posts.alignfull {
 	font-size: 14.25px;
 	font-size: 14.25px;
 	font-weight: 400;
 	font-weight: 400;
 	font-style: italic;
 	font-style: italic;
-	color: #939393;
+	color: inherit;
 
 
 }
 }
 
 

+ 1 - 0
intergalactic-2/blocks.css

@@ -83,6 +83,7 @@ Description: Used to style Gutenberg Blocks.
 /* Captions */
 /* Captions */
 
 
 [class^="wp-block-"] figcaption {
 [class^="wp-block-"] figcaption {
+	color: inherit;	
 	font-size: .778em;
 	font-size: .778em;
 }
 }
 
 

+ 1 - 1
rebalance/blocks.css

@@ -21,7 +21,7 @@ Description: Used to style Gutenberg Blocks.
 /* Captions */
 /* Captions */
 
 
 [class^="wp-block-"] figcaption {
 [class^="wp-block-"] figcaption {
-	color: #999;
+	color: inherit;
 	font-size: 14px;
 	font-size: 14px;
 	line-height: 1.525em;
 	line-height: 1.525em;
 	text-align: center;
 	text-align: center;