Make WordPress Core

Changeset 60481


Ignore:
Timestamp:
07/17/2025 03:37:36 PM (8 months ago)
Author:
joedolson
Message:

Administration: Fix color contrast code in .description.

Fix a color contrast failure by changing the color of code elements inside form description fields to #50575e.

Props sainathpoojary, pmbaldha, sabernhardt, joedolson.
Fixes #63449.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/edit.css

    r59773 r60481  
    13801380}
    13811381
     1382p.description code,
     1383.form-wrap p code {
     1384    color: #50575e;
     1385}
     1386
    13821387.form-wrap .form-field {
    13831388    margin: 1em 0;
Note: See TracChangeset for help on using the changeset viewer.