summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/audio/theme-rtl.css
blob: bf8dc078fc53ea94cbbeec5684f29e06d71f3b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.wp-block-audio :where(figcaption){
  color:#555;
  font-size:13px;
  text-align:center;
}
.is-dark-theme .wp-block-audio :where(figcaption){
  color:#ffffffa6;
}

.wp-block-audio{
  margin:0 0 1em;
}