kollapsminoriteten/wp-includes/blocks/pullquote/theme-rtl.css

12 lines
296 B
CSS
Raw Normal View History

2023-04-26 17:39:43 +02:00
.wp-block-pullquote{
border-bottom:4px solid;
border-top:4px solid;
color:currentColor;
margin-bottom:1.75em;
2021-07-23 11:58:50 +02:00
}
2023-04-26 17:39:43 +02:00
.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{
color:currentColor;
font-size:.8125em;
font-style:normal;
text-transform:uppercase;
2021-07-23 11:58:50 +02:00
}