Several themes: Inherit Caption Colours with Gutenberg Blocks
@@ -21,7 +21,7 @@ Description: Used to style Gutenberg Blocks.
/* Captions */
[class^="wp-block-"] figcaption {
- color: #777;
+ color: inherit;
font-family: Lato, sans-serif;
font-size: 16px;
line-height: 1.25;
@@ -27,7 +27,7 @@ Description: Used to style Gutenberg Blocks.
}
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
/*--------------------------------------------------------------
@@ -74,7 +74,7 @@ body:not(.has-sidebar) .wp-block-latest-posts.alignfull {
font-size: 14.25px;
font-weight: 400;
font-style: italic;
- color: #939393;
@@ -83,6 +83,7 @@ Description: Used to style Gutenberg Blocks.
font-size: .778em;
- color: #999;
font-size: 14px;
line-height: 1.525em;
text-align: center;