wp core update 6.6

This commit is contained in:
Tony Volpe
2024-07-17 03:05:30 +00:00
parent 8f93917880
commit 4950d23a30
912 changed files with 103325 additions and 124480 deletions

View File

@@ -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;