Make WordPress Core

Ticket #58015: 58015.patch

File 58015.patch, 335 bytes (added by arafatjamil01, 2 years ago)

Added css to change the text color from black to white.

  • style.css

     
    24632463        line-height: 1.4;
    24642464}
    24652465
     2466.wp-block-cover.has-background-dim .wp-block-cover-text {
     2467    color: #fff;
     2468}
     2469
    24662470/* POST META */
    24672471
    24682472.post-meta-single-top .post-meta {