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