|
@@ -20,7 +20,14 @@ Description: Used to style Gutenberg blocks
|
|
|
|
|
|
/* Captions */
|
|
|
|
|
|
-[class^="wp-block-"] figcaption {}
|
|
|
+[class^="wp-block-"] figcaption {
|
|
|
+ color: #555d66;
|
|
|
+ font-family: Lora, Garamond, serif;
|
|
|
+ font-size: 13px;
|
|
|
+ font-style: italic;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 1.6;
|
|
|
+}
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------
|