diff --git src/wp-content/themes/twentynineteen/style-editor.css src/wp-content/themes/twentynineteen/style-editor.css
index 5206b537e2..2c77b8673e 100644
|
|
|
figcaption, |
| 1085 | 1085 | color: inherit; |
| 1086 | 1086 | } |
| 1087 | 1087 | |
| | 1088 | /* Add new CSS for blockquote */ |
| | 1089 | .wp-block-quote.has-text-color.has-background p { |
| | 1090 | color: inherit; |
| | 1091 | } |
| | 1092 | |
| 1088 | 1093 | /** === Pullquote === */ |
| 1089 | 1094 | .wp-block-pullquote { |
| 1090 | 1095 | border-color: transparent; |
diff --git src/wp-content/themes/twentynineteen/style.css src/wp-content/themes/twentynineteen/style.css
index 2124cf584f..9e99315039 100644
|
|
|
blockquote cite { |
| 2608 | 2608 | color: #767676; |
| 2609 | 2609 | } |
| 2610 | 2610 | |
| | 2611 | /* Quotes block CSS for text color */ |
| | 2612 | .entry .entry-content .wp-block-quote.has-text-color.has-background p { |
| | 2613 | color: inherit; |
| | 2614 | } |
| | 2615 | |
| | 2616 | |
| 2611 | 2617 | table { |
| 2612 | 2618 | margin: 0 0 1rem; |
| 2613 | 2619 | border-collapse: collapse; |