mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -211,7 +211,7 @@
|
||||
}
|
||||
|
||||
.welcome-panel .welcome-icon:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
font: normal 20px/1 'dashicons';
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
@@ -370,7 +370,7 @@ body #dashboard-widgets .postbox form .submit {
|
||||
|
||||
#dashboard_right_now li a:before,
|
||||
#dashboard_right_now li span:before {
|
||||
color: #888;
|
||||
color: #82878c;
|
||||
}
|
||||
|
||||
#dashboard_right_now .sub {
|
||||
@@ -800,7 +800,7 @@ h3:hover .edit-box {
|
||||
}
|
||||
|
||||
#dashboard-widgets h4 {
|
||||
color: #222;
|
||||
color: #23282d;
|
||||
font-weight: normal;
|
||||
font-size: 14px;
|
||||
margin: 0 0 .2em;
|
||||
|
||||
Reference in New Issue
Block a user