Index: wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 53101)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -856,7 +856,7 @@
 .editor-styles-wrapper .wp-block-pullquote__citation,
 .editor-styles-wrapper .wp-block-pullquote cite,
 .editor-styles-wrapper .wp-block-pullquote footer {
-	color: #6d6d6d;
+	color: inherit;
 	font-size: 16px;
 	font-weight: 500;
 	margin-top: 12px;
Index: wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 53101)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -856,7 +856,7 @@
 .editor-styles-wrapper .wp-block-pullquote__citation,
 .editor-styles-wrapper .wp-block-pullquote cite,
 .editor-styles-wrapper .wp-block-pullquote footer {
-	color: #6d6d6d;
+	color: inherit;
 	font-size: 16px;
 	font-weight: 500;
 	margin-top: 12px;
Index: wp-content/themes/twentytwenty/style-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/style-rtl.css	(revision 53101)
+++ wp-content/themes/twentytwenty/style-rtl.css	(working copy)
@@ -3234,7 +3234,7 @@
 }
 
 .wp-block-pullquote cite {
-	color: #6d6d6d;
+	color: inherit;
 	font-size: 1.6rem;
 	font-weight: 500;
 	margin-top: 1.2rem;
Index: wp-content/themes/twentytwenty/style.css
===================================================================
--- wp-content/themes/twentytwenty/style.css	(revision 53101)
+++ wp-content/themes/twentytwenty/style.css	(working copy)
@@ -3254,7 +3254,7 @@
 }
 
 .wp-block-pullquote cite {
-	color: #6d6d6d;
+	color: inherit;
 	font-size: 1.6rem;
 	font-weight: 500;
 	margin-top: 1.2rem;
