浏览代码

Style pullquotes on the front end.

Caroline Moore 6 年之前
父节点
当前提交
c9a1e52e63
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      ixion/blocks.css

+ 7 - 2
ixion/blocks.css

@@ -238,14 +238,19 @@ p.has-drop-cap:not(:focus)::first-letter {
 }
 
 .wp-block-pullquote blockquote {
-	border-top: 2px solid currentColor;
-	border-bottom: 2px solid currentColor;
+	border-top: 2px solid #d7b221;
+	border-bottom: 2px solid #d7b221;
 	font-style: italic;
 	font-size: 24px;
 	margin: 0 0 1.5em;
 	padding: .8em 0;
 }
 
+.wp-block-pullquote cite {
+	font-size: 18px;
+	font-style: normal;
+}
+
 .wp-block-pullquote.alignleft p,
 .wp-block-pullquote.alignright p {
 	font-size: 24px;