Index: wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(revision 55900)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css	(working copy)
@@ -497,7 +497,7 @@
 .editor-styles-wrapper .wp-block-latest-posts li > a:focus,
 .editor-styles-wrapper .wp-block-latest-posts li > a:hover {
 	font-weight: 700;
-	text-decoration: none;
+	text-decoration: underline;
 }
 
 .editor-styles-wrapper .wp-block-archives.aligncenter,
Index: wp-content/themes/twentytwenty/assets/css/editor-style-block.css
===================================================================
--- wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(revision 55900)
+++ wp-content/themes/twentytwenty/assets/css/editor-style-block.css	(working copy)
@@ -501,7 +501,7 @@
 .editor-styles-wrapper .wp-block-latest-posts li > a:focus,
 .editor-styles-wrapper .wp-block-latest-posts li > a:hover {
 	font-weight: 700;
-	text-decoration: none;
+	text-decoration: underline;
 }
 
 .editor-styles-wrapper .wp-block-archives.aligncenter,
Index: wp-content/themes/twentytwenty/style-rtl.css
===================================================================
--- wp-content/themes/twentytwenty/style-rtl.css	(revision 55900)
+++ wp-content/themes/twentytwenty/style-rtl.css	(working copy)
@@ -2973,7 +2973,7 @@
 .wp-block-categories a:focus,
 .wp-block-latest-posts a:focus,
 .wp-block-latest-comments a:focus {
-	text-decoration: underline;
+	text-decoration: underline !important;
 }
 
 .wp-block-latest-posts a,
Index: wp-content/themes/twentytwenty/style.css
===================================================================
--- wp-content/themes/twentytwenty/style.css	(revision 55900)
+++ wp-content/themes/twentytwenty/style.css	(working copy)
@@ -2993,7 +2993,7 @@
 .wp-block-categories a:focus,
 .wp-block-latest-posts a:focus,
 .wp-block-latest-comments a:focus {
-	text-decoration: underline;
+	text-decoration: underline !important;
 }
 
 .wp-block-latest-posts a,
