浏览代码

Affinity: Update block caption colour; see #459.

Laurel Fulford 6 年之前
父节点
当前提交
d2bd300e9f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      affinity/blocks.css

+ 1 - 0
affinity/blocks.css

@@ -21,6 +21,7 @@ Description: Used to style Gutenberg Blocks.
 /* Captions */
 
 [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
+	color: inherit;
 	font-size: 13.2px;
 	font-style: italic;
 	margin-bottom: 1.6em;