Reequestrian/wp-includes/blocks/video/theme.css
2025-04-17 18:29:47 +05:30

12 lines
200 B
CSS

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