Skip to content

Commit 6ecdf0c

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@60481 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 31136b1 commit 6ecdf0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/wp-admin/css/edit.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,6 +1379,11 @@ p.description code {
13791379
font-style: normal;
13801380
}
13811381

1382+
p.description code,
1383+
.form-wrap p code {
1384+
color: #50575e;
1385+
}
1386+
13821387
.form-wrap .form-field {
13831388
margin: 1em 0;
13841389
padding: 0;

0 commit comments

Comments
 (0)