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..8690a01a93 100644
--- src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
+++ src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
@@ -470,7 +470,7 @@ Inter variable font. Usage:
 .editor-styles-wrapper ul.wp-block-categories li,
 .editor-styles-wrapper ul.wp-block-latest-posts li,
 .editor-styles-wrapper ul.wp-block-categories__list li {
-	color: #6d6d6d;
+	color: inherit;
 	line-height: 1.476;
 	margin: 5px 0 0 0;
 }
@@ -514,6 +514,9 @@ Inter variable font. Usage:
 	margin-top: 0.15em;
 }
 
+.editor-styles-wrapper .wp-block-latest-posts time{
+	color: inherit;
+}
 
 /* Block: Table ------------------------------ */
 
diff --git src/wp-content/themes/twentytwenty/style.css src/wp-content/themes/twentytwenty/style.css
index c2ac1eac06..16e9df8425 100644
--- src/wp-content/themes/twentytwenty/style.css
+++ src/wp-content/themes/twentytwenty/style.css
@@ -2972,6 +2972,10 @@ h2.entry-title {
 	color: #6d6d6d;
 }
 
+.entry-content .wp-block-latest-posts li{
+	color: inherit !important;
+}
+
 .wp-block-archives a,
 .wp-block-categories a,
 .wp-block-latest-posts a,
