summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/audio/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/audio/theme.css')
-rw-r--r--wp-includes/blocks/audio/theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-includes/blocks/audio/theme.css b/wp-includes/blocks/audio/theme.css
index a6b7d46..bf8dc07 100644
--- a/wp-includes/blocks/audio/theme.css
+++ b/wp-includes/blocks/audio/theme.css
@@ -1,9 +1,9 @@
-.wp-block-audio figcaption{
+.wp-block-audio :where(figcaption){
color:#555;
font-size:13px;
text-align:center;
}
-.is-dark-theme .wp-block-audio figcaption{
+.is-dark-theme .wp-block-audio :where(figcaption){
color:#ffffffa6;
}