mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-13 06:07:23 +01:00
98595e5229
See https://make.wordpress.org/core/handbook/about/release-cycle/block-editor-release-process-for-major-releases/#package-updates-and-core-patches. See https://github.com/WordPress/wordpress-develop/pull/6902. See https://github.com/WordPress/gutenberg/tree/wp/6.6. Fixes #61497. Props ellatrix, jorbin. Built from https://develop.svn.wordpress.org/trunk@58565 git-svn-id: http://core.svn.wordpress.org/trunk@58013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
12 lines
200 B
CSS
12 lines
200 B
CSS
.wp-block-embed :where(figcaption){
|
|
color:#555;
|
|
font-size:13px;
|
|
text-align:center;
|
|
}
|
|
.is-dark-theme .wp-block-embed :where(figcaption){
|
|
color:#ffffffa6;
|
|
}
|
|
|
|
.wp-block-embed{
|
|
margin:0 0 1em;
|
|
} |