Files
Roman Pyrih 755af5f0b0 first commit
2026-03-03 13:20:21 +01:00

12 lines
212 B
CSS

:root :where(.wp-block-image figcaption){
color:#555;
font-size:13px;
text-align:center;
}
.is-dark-theme :root :where(.wp-block-image figcaption){
color:#ffffffa6;
}
.wp-block-image{
margin:0 0 1em;
}