git-subtree-dir: SiriusPress/wordpress
git-subtree-mainline: 6d2204413f383520b3f2ece120bc7324f2e88906
git-subtree-split: 1f173de885
13 lines
No EOL
351 B
CSS
13 lines
No EOL
351 B
CSS
.wp-block-pullquote {
|
|
border-top: 4px solid currentColor;
|
|
border-bottom: 4px solid currentColor;
|
|
margin-bottom: 1.75em;
|
|
color: currentColor;
|
|
}
|
|
.wp-block-pullquote :where(cite),
|
|
.wp-block-pullquote :where(footer), .wp-block-pullquote__citation {
|
|
color: currentColor;
|
|
text-transform: uppercase;
|
|
font-size: 0.8125em;
|
|
font-style: normal;
|
|
} |