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 041c0524d8..5aade7cc90 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
652 | 652 | .editor-styles-wrapper .wp-block-quote__citation, |
653 | 653 | .editor-styles-wrapper .wp-block-quote cite, |
654 | 654 | .editor-styles-wrapper .wp-block-quote footer { |
655 | | color: #6d6d6d; |
656 | | font-size: 14px; |
| 655 | font-size: 0.43em; |
657 | 656 | font-weight: 600; |
658 | 657 | line-height: 1.25; |
659 | 658 | } |
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 270035ce70..b32f8d3b2b 100644
a
|
b
|
hr.wp-block-separator.is-style-dots::before { |
652 | 652 | .editor-styles-wrapper .wp-block-quote__citation, |
653 | 653 | .editor-styles-wrapper .wp-block-quote cite, |
654 | 654 | .editor-styles-wrapper .wp-block-quote footer { |
655 | | color: #6d6d6d; |
656 | | font-size: 14px; |
| 655 | font-size: 0.43em; |
657 | 656 | font-weight: 600; |
658 | 657 | line-height: 1.25; |
659 | 658 | } |
diff --git a/src/wp-content/themes/twentytwenty/functions.php b/src/wp-content/themes/twentytwenty/functions.php
index c8944e03c1..f7d1817f76 100644
a
|
b
|
function twentytwenty_get_elements_array() { |
741 | 741 | 'background-color' => array( ':root .has-primary-background-color' ), |
742 | 742 | ), |
743 | 743 | 'secondary' => array( |
744 | | 'color' => array( 'cite', 'figcaption', '.wp-caption-text', '.post-meta', '.entry-content .wp-block-archives li', '.entry-content .wp-block-categories li', '.entry-content .wp-block-latest-posts li', '.wp-block-latest-comments__comment-date', '.wp-block-latest-posts__post-date', '.wp-block-embed figcaption', '.wp-block-image figcaption', '.wp-block-pullquote cite', '.comment-metadata', '.comment-respond .comment-notes', '.comment-respond .logged-in-as', '.pagination .dots', '.entry-content hr:not(.has-background)', 'hr.styled-separator', ':root .has-secondary-color' ), |
| 744 | 'color' => array( 'figcaption', '.wp-caption-text', '.post-meta', '.entry-content .wp-block-archives li', '.entry-content .wp-block-categories li', '.entry-content .wp-block-latest-posts li', '.wp-block-latest-comments__comment-date', '.wp-block-latest-posts__post-date', '.wp-block-embed figcaption', '.wp-block-image figcaption', '.wp-block-pullquote cite', '.comment-metadata', '.comment-respond .comment-notes', '.comment-respond .logged-in-as', '.pagination .dots', '.entry-content hr:not(.has-background)', 'hr.styled-separator', ':root .has-secondary-color' ), |
745 | 745 | 'background-color' => array( ':root .has-secondary-background-color' ), |
746 | 746 | ), |
747 | 747 | 'borders' => array( |
diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index f31c5bfdd5..b0b4103807 100644
a
|
b
|
blockquote { |
549 | 549 | } |
550 | 550 | |
551 | 551 | cite { |
552 | | color: #6d6d6d; |
553 | | font-size: 1.4rem; |
| 552 | font-size: 0.43em; |
554 | 553 | font-style: normal; |
555 | 554 | font-weight: 600; |
556 | 555 | line-height: 1.25; |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index a8f581e2ca..afb47b28da 100644
a
|
b
|
blockquote { |
553 | 553 | } |
554 | 554 | |
555 | 555 | cite { |
556 | | color: #6d6d6d; |
557 | | font-size: 1.4rem; |
| 556 | font-size: 0.43em; |
558 | 557 | font-style: normal; |
559 | 558 | font-weight: 600; |
560 | 559 | line-height: 1.25; |