diff --git src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
index 18e8328107..fe2a530eca 100644
--- src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
+++ src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
@@ -475,6 +475,14 @@ Inter variable font. Usage:
 	margin: 5px 0 0 0;
 }
 
+/* Latest Post Block has text color CSS */
+.editor-styles-wrapper ul.wp-block-latest-posts.has-text-color li {
+    color: inherit;
+}
+.editor-styles-wrapper .wp-block-latest-comments.has-text-color time, .editor-styles-wrapper .wp-block-latest-posts.has-text-color time{
+	color: inherit;
+}
+
 .editor-styles-wrapper ul.wp-block-archives li li,
 .editor-styles-wrapper ul.wp-block-categories li li,
 .editor-styles-wrapper ul.wp-block-categories__list li li,
diff --git src/wp-content/themes/twentytwenty/style.css src/wp-content/themes/twentytwenty/style.css
index c2ac1eac06..eaad53b55c 100644
--- src/wp-content/themes/twentytwenty/style.css
+++ src/wp-content/themes/twentytwenty/style.css
@@ -2972,6 +2972,15 @@ h2.entry-title {
 	color: #6d6d6d;
 }
 
+/* Latest Post block has text color CSS */
+.entry-content .wp-block-latest-posts.has-text-color li {
+    color: inherit;
+}
+
+.wp-block-latest-posts.has-text-color .wp-block-latest-posts__post-date {
+    color: inherit;
+}
+
 .wp-block-archives a,
 .wp-block-categories a,
 .wp-block-latest-posts a,
