mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 21:54:28 +00:00
Accessibility: Reduce the WordPress shades of grey, Episode 3.
Also, removes some no more used CSS. See #35783. git-svn-id: https://develop.svn.wordpress.org/trunk@36904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -39,7 +39,7 @@ a:focus {
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
border-bottom: 1px solid #dedede;
|
||||
border-bottom: 1px solid #ddd;
|
||||
clear: both;
|
||||
color: #666;
|
||||
font-size: 24px;
|
||||
@@ -131,7 +131,7 @@ label {
|
||||
vertical-align: middle;
|
||||
}
|
||||
textarea {
|
||||
border: 1px solid #dfdfdf;
|
||||
border: 1px solid #ddd;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user