diff --git src/wp-content/themes/twentytwelve/style.css src/wp-content/themes/twentytwelve/style.css
index 75e3d28c46..c013af1e69 100644
|
|
article.sticky .featured-post { |
830 | 830 | .comment-content a:visited { |
831 | 831 | color: #9f9f9f; |
832 | 832 | } |
| 833 | |
| 834 | /* Modified date block css */ |
| 835 | .wp-block-post-date__modified-date.has-text-color.wp-block-post-date a { |
| 836 | color: inherit; |
| 837 | } |
| 838 | .wp-block-post-date__modified-date.has-text-color.wp-block-post-date a:visited{ |
| 839 | color: #9f9f9f; |
| 840 | } |
833 | 841 | .entry-content .more-link { |
834 | 842 | white-space: nowrap; |
835 | 843 | } |