diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
index 2c3192b00f..6896da7659 100644
|
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
| 673 | 673 | .editor-styles-wrapper .wp-block-quote__citation, |
| 674 | 674 | .editor-styles-wrapper .wp-block-quote cite, |
| 675 | 675 | .editor-styles-wrapper .wp-block-quote footer { |
| 676 | | color: #6d6d6d; |
| | 676 | color: inherit; |
| 677 | 677 | font-size: 14px; |
| 678 | 678 | font-weight: 600; |
| 679 | 679 | line-height: 1.25; |
diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 18e8328107..837e77c701 100644
|
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
| 677 | 677 | .editor-styles-wrapper .wp-block-quote__citation, |
| 678 | 678 | .editor-styles-wrapper .wp-block-quote cite, |
| 679 | 679 | .editor-styles-wrapper .wp-block-quote footer { |
| 680 | | color: #6d6d6d; |
| | 680 | color: inherit; |
| 681 | 681 | font-size: 14px; |
| 682 | 682 | font-weight: 600; |
| 683 | 683 | line-height: 1.25; |
diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index f64549e516..183e2e1926 100644
|
a
|
b
|
blockquote { |
| 549 | 549 | } |
| 550 | 550 | |
| 551 | 551 | cite { |
| 552 | | color: #6d6d6d; |
| | 552 | color: inherit !important; |
| 553 | 553 | font-size: 1.4rem; |
| 554 | 554 | font-style: normal; |
| 555 | 555 | font-weight: 600; |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index c2ac1eac06..c6ab2eb7a2 100644
|
a
|
b
|
blockquote { |
| 553 | 553 | } |
| 554 | 554 | |
| 555 | 555 | cite { |
| 556 | | color: #6d6d6d; |
| | 556 | color: inherit !important; |
| 557 | 557 | font-size: 1.4rem; |
| 558 | 558 | font-style: normal; |
| 559 | 559 | font-weight: 600; |