summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/pullquote/theme.css
blob: ba06da50d4a3ca33d2c787ec6d673ec87ec2e583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.wp-block-pullquote{
  border-bottom:4px solid;
  border-top:4px solid;
  color:currentColor;
  margin-bottom:1.75em;
}
.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{
  color:currentColor;
  font-size:.8125em;
  font-style:normal;
  text-transform:uppercase;
}