Make WordPress Core

Ticket #61636: 61636.patch

File 61636.patch, 627 bytes (added by viralsampat, 10 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • src/wp-content/themes/twentytwelve/style.css

    diff --git src/wp-content/themes/twentytwelve/style.css src/wp-content/themes/twentytwelve/style.css
    index 75e3d28c46..c013af1e69 100644
    article.sticky .featured-post { 
    830830.comment-content a:visited {
    831831        color: #9f9f9f;
    832832}
     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}
    833841.entry-content .more-link {
    834842        white-space: nowrap;
    835843}