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

@@ -12,7 +12,7 @@
}
body.press-this ul.category-tabs li.tabs a {
color: #333;
color: #32373c;
}
.press-this #content-resize-handle {
@@ -20,7 +20,7 @@ body.press-this ul.category-tabs li.tabs a {
}
body.press-this {
color: #333;
color: #32373c;
margin: 0;
padding: 0;
min-width: 708px;