mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 09:21:03 +01:00
9aaa49f5a7
It brings with a set of iterations and follow-ups to the initial package update. It also fixes a regression that happened for interactive blocks. Props gziolo, luisherranz, cbravobernal. See #60315. Built from https://develop.svn.wordpress.org/trunk@57499 git-svn-id: http://core.svn.wordpress.org/trunk@57000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
8 lines
140 B
CSS
8 lines
140 B
CSS
.blocks-gallery-caption{
|
|
color:#555;
|
|
font-size:13px;
|
|
text-align:center;
|
|
}
|
|
.is-dark-theme .blocks-gallery-caption{
|
|
color:#ffffffa6;
|
|
} |