kollapsminoriteten/wp-includes/blocks/image/theme.css

12 lines
212 B
CSS
Raw Permalink Normal View History

2025-02-28 08:42:11 +01:00
:root :where(.wp-block-image figcaption){
2023-04-26 17:39:43 +02:00
color:#555;
font-size:13px;
text-align:center;
2021-07-23 11:58:50 +02:00
}
2025-02-28 08:42:11 +01:00
.is-dark-theme :root :where(.wp-block-image figcaption){
2024-04-17 11:32:24 +02:00
color:#ffffffa6;
2022-12-15 17:47:31 +01:00
}
2023-04-26 17:39:43 +02:00
.wp-block-image{
margin:0 0 1em;
2021-07-23 11:58:50 +02:00
}