Browse Source

Button-2: Sync blocks.css, editor-blocks.css & style.css

Niels Lange 5 years ago
parent
commit
c0105df475
3 changed files with 11 additions and 2 deletions
  1. 5 1
      button-2/blocks.css
  2. 3 1
      button-2/editor-blocks.css
  3. 3 0
      button-2/style.css

+ 5 - 1
button-2/blocks.css

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

+ 3 - 1
button-2/editor-blocks.css

@@ -155,8 +155,10 @@ Description: Gutenberg Block Editor Styles
 
 [class^="wp-block-"] figcaption {
 	color: #555d66;
-	font-family: Lato, Helvetica, sans-serif;
+	font-family: Lora, Garamond, serif;
 	font-size: 13px;
+	font-style: italic;
+	text-align: center;
 	line-height: 1.6;
 }
 

+ 3 - 0
button-2/style.css

@@ -1914,9 +1914,12 @@ figure {
 }
 
 .wp-caption-text {
+	color: #555d66;
 	font-family: Lora, Garamond, serif;
+	font-size: 13px;
 	font-style: italic;
 	text-align: center;
+	line-height: 1.6;
 }
 
 /*--------------------------------------------------------------