mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 23:25:50 +01:00
aca0884138
Updates the editor npm packages to latest versions. Props vcanales. Fixes #61339. Built from https://develop.svn.wordpress.org/trunk@58275 git-svn-id: http://core.svn.wordpress.org/trunk@57736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
12 lines
212 B
CSS
12 lines
212 B
CSS
:root :where(.wp-block-image figcaption){
|
|
color:#555;
|
|
font-size:13px;
|
|
text-align:center;
|
|
}
|
|
.is-dark-theme :root :where(.wp-block-image figcaption){
|
|
color:#ffffffa6;
|
|
}
|
|
|
|
.wp-block-image{
|
|
margin:0 0 1em;
|
|
} |