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