Twenty Nineteen: Update `style-rtl.css` after [47339].
Props ianbelanger. See #49410. Built from https://develop.svn.wordpress.org/trunk@47536 git-svn-id: http://core.svn.wordpress.org/trunk@47311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
042bf6dbd9
commit
116d909f58
|
@ -6304,12 +6304,14 @@ body.page .main-navigation {
|
|||
}
|
||||
|
||||
.entry .entry-content .has-primary-color,
|
||||
.entry .entry-content .wp-block-pullquote blockquote.has-primary-color,
|
||||
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
|
||||
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.entry .entry-content .has-secondary-color,
|
||||
.entry .entry-content .wp-block-pullquote blockquote.has-secondary-color,
|
||||
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
|
||||
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
|
||||
color: #005177;
|
||||
|
@ -6322,12 +6324,14 @@ body.page .main-navigation {
|
|||
}
|
||||
|
||||
.entry .entry-content .has-light-gray-color,
|
||||
.entry .entry-content .wp-block-pullquote blockquote.has-light-gray-color,
|
||||
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
|
||||
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
|
||||
color: #767676;
|
||||
}
|
||||
|
||||
.entry .entry-content .has-white-color,
|
||||
.entry .entry-content .wp-block-pullquote blockquote.has-white-color,
|
||||
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
|
||||
color: #FFF;
|
||||
}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-47535';
|
||||
$wp_version = '5.5-alpha-47536';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue