Browse Source

Canard: Improve Caption Readability

torres126 6 years ago
parent
commit
8e8cabba8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      canard/blocks.css

+ 1 - 1
canard/blocks.css

@@ -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;