geno/wp-includes/blocks/pullquote/theme.css
2024-02-01 11:54:18 +00:00

12 lines
No EOL
296 B
CSS

.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;
}