Browse Source

Skatepark: Increase font weight of side quote cite

Sarah Norris 3 years ago
parent
commit
2f512f5347
2 changed files with 2 additions and 2 deletions
  1. 1 1
      skatepark/assets/theme.css
  2. 1 1
      skatepark/sass/block-styles/_side-quote.scss

+ 1 - 1
skatepark/assets/theme.css

@@ -329,7 +329,7 @@
 .wp-block-quote.is-style-side-quote cite {
 	font-size: var(--wp--preset--font-size--normal);
 	font-style: normal;
-	font-weight: 500;
+	font-weight: 600;
 }
 
 .wp-block-quote.is-style-side-quote p, .wp-block-quote.is-style-side-quote div.block-editor-rich-text__editable {

+ 1 - 1
skatepark/sass/block-styles/_side-quote.scss

@@ -7,7 +7,7 @@
 	cite {
 		font-size: var(--wp--preset--font-size--normal);
 		font-style: normal;
-		font-weight: 500;
+		font-weight: 600;
 	}
 
 	p, div.block-editor-rich-text__editable {