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 c3261fd203..c790598ab7 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; |
| 655 | color: currentColor; |
656 | 656 | font-size: 14px; |
657 | 657 | font-weight: 600; |
658 | 658 | line-height: 1.25; |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
852 | 852 | .editor-styles-wrapper .wp-block-pullquote__citation, |
853 | 853 | .editor-styles-wrapper .wp-block-pullquote cite, |
854 | 854 | .editor-styles-wrapper .wp-block-pullquote footer { |
855 | | color: #6d6d6d; |
| 855 | color: currentColor; |
856 | 856 | font-size: 16px; |
857 | 857 | font-weight: 500; |
858 | 858 | margin-top: 12px; |
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 11a3a33f50..dfac1634e8 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; |
| 655 | color: currentColor; |
656 | 656 | font-size: 14px; |
657 | 657 | font-weight: 600; |
658 | 658 | line-height: 1.25; |
… |
… |
hr.wp-block-separator.is-style-dots::before { |
852 | 852 | .editor-styles-wrapper .wp-block-pullquote__citation, |
853 | 853 | .editor-styles-wrapper .wp-block-pullquote cite, |
854 | 854 | .editor-styles-wrapper .wp-block-pullquote footer { |
855 | | color: #6d6d6d; |
| 855 | color: currentColor; |
856 | 856 | font-size: 16px; |
857 | 857 | font-weight: 500; |
858 | 858 | margin-top: 12px; |
diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
index 77ec6bcb0b..d491a12e3c 100644
a
|
b
|
figure.wp-block-gallery.alignfull { |
3239 | 3239 | font-weight: 500; |
3240 | 3240 | margin-top: 1.2rem; |
3241 | 3241 | } |
| 3242 | .wp-block-pullquote blockquote cite { |
| 3243 | color: currentColor; |
| 3244 | } |
3242 | 3245 | |
3243 | 3246 | .wp-block-pullquote.alignleft p, |
3244 | 3247 | .wp-block-pullquote.alignright p { |
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 231104da6c..f7fbca9f4d 100644
a
|
b
|
figure.wp-block-gallery.alignfull { |
3257 | 3257 | font-weight: 500; |
3258 | 3258 | margin-top: 1.2rem; |
3259 | 3259 | } |
| 3260 | .wp-block-pullquote blockquote cite { |
| 3261 | color: currentColor; |
| 3262 | } |
3260 | 3263 | |
3261 | 3264 | .wp-block-pullquote.alignleft p, |
3262 | 3265 | .wp-block-pullquote.alignright p { |