Affinity: Update block caption colour; see #459.

This commit is contained in:
Laurel Fulford 2019-02-05 17:17:57 -08:00
parent 558feb7a78
commit d2bd300e9f

View file

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