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

12 lines
312 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
}
2025-12-12 13:15:55 +01:00
.wp-block-pullquote :where(cite),.wp-block-pullquote :where(footer),.wp-block-pullquote__citation{
2023-04-26 17:39:43 +02:00
color:currentColor;
font-size:.8125em;
font-style:normal;
text-transform:uppercase;
2021-07-23 11:58:50 +02:00
}