summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/video/theme.css
blob: affc91836c517a8dd4bb901af9978ae469b7cc35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.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;
}