From d985b9d9039234bba7eeca2e065b5987aca94724 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 31 Mar 2020 18:53:24 +0000 Subject: [PATCH] Twenty Nineteen: Update `style-rtl.css` after [47339]. Props ianbelanger. See #49410. git-svn-id: https://develop.svn.wordpress.org/trunk@47536 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentynineteen/style-rtl.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css index 2c94bcf1fc..4d054029b7 100644 --- a/src/wp-content/themes/twentynineteen/style-rtl.css +++ b/src/wp-content/themes/twentynineteen/style-rtl.css @@ -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; }