diff --git src/wp-content/themes/twentytwelve/style.css src/wp-content/themes/twentytwelve/style.css
index 75e3d28c46..c013af1e69 100644
--- src/wp-content/themes/twentytwelve/style.css
+++ src/wp-content/themes/twentytwelve/style.css
@@ -830,6 +830,14 @@ article.sticky .featured-post {
 .comment-content a:visited {
 	color: #9f9f9f;
 }
+
+/* Modified date block css */
+.wp-block-post-date__modified-date.has-text-color.wp-block-post-date a {
+    color: inherit;
+}
+.wp-block-post-date__modified-date.has-text-color.wp-block-post-date a:visited{
+	color: #9f9f9f;
+}
 .entry-content .more-link {
 	white-space: nowrap;
 }
