Files
User A0264400 a766acdc90 first commit
2026-04-01 23:20:16 +03:00

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;
}