소스 검색

Canard: Improve Caption Readability

torres126 6 년 전
부모
커밋
8e8cabba8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;