Update the default admin color scheme for more unity and refinement.

This removes the red channel from blues and cools the grays a bit for a more cohesive and purposeful color scheme.

props hugobaeta.
fixes #31234.


git-svn-id: https://develop.svn.wordpress.org/trunk@31422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2015-02-11 22:17:02 +00:00
parent 4463917f68
commit d00ef0f076
14 changed files with 104 additions and 97 deletions

View File

@@ -44,7 +44,7 @@
/* WordPress Version Badge */
.wp-badge {
background: #0074a2 url(../images/w-logo-white.png?ver=20131202) no-repeat;
background: #0073aa url(../images/w-logo-white.png?ver=20131202) no-repeat;
background-position: center 24px;
-webkit-background-size: 85px 85px;
background-size: 85px 85px;
@@ -96,7 +96,7 @@
.about-wrap h1 {
margin: 0.2em 200px 0 0;
color: #333;
color: #32373c;
line-height: 1.2em;
font-size: 2.8em;
font-weight: 400;
@@ -109,7 +109,7 @@
}
.about-wrap h4 {
color: #222;
color: #23282d;
}
.about-wrap code,