summaryrefslogtreecommitdiffstats
path: root/wp-includes/css/dist/block-library/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/css/dist/block-library/theme.css')
-rw-r--r--wp-includes/css/dist/block-library/theme.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/wp-includes/css/dist/block-library/theme.css b/wp-includes/css/dist/block-library/theme.css
index f5c0320..aca1476 100644
--- a/wp-includes/css/dist/block-library/theme.css
+++ b/wp-includes/css/dist/block-library/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;
}
@@ -18,12 +18,12 @@
padding:.8em 1em;
}
-.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;
}
@@ -40,12 +40,12 @@
color:#ffffffa6;
}
-.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;
}
@@ -134,21 +134,21 @@
.wp-block-table td,.wp-block-table th{
word-break:normal;
}
-.wp-block-table figcaption{
+.wp-block-table :where(figcaption){
color:#555;
font-size:13px;
text-align:center;
}
-.is-dark-theme .wp-block-table figcaption{
+.is-dark-theme .wp-block-table :where(figcaption){
color:#ffffffa6;
}
-.wp-block-video figcaption{
+.wp-block-video :where(figcaption){
color:#555;
font-size:13px;
text-align:center;
}
-.is-dark-theme .wp-block-video figcaption{
+.is-dark-theme .wp-block-video :where(figcaption){
color:#ffffffa6;
}
@@ -156,7 +156,7 @@
margin:0 0 1em;
}
-.wp-block-template-part.has-background{
+:root :where(.wp-block-template-part.has-background){
margin-bottom:0;
margin-top:0;
padding:1.25em 2.375em;