Adjust colors in wp_die() and install.css.
Missed in [26788] and [26837], see #25858. fixes #27589. Built from https://develop.svn.wordpress.org/trunk@27855 git-svn-id: http://core.svn.wordpress.org/trunk@27686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
html {
|
||||
background: #eee;
|
||||
background: #f1f1f1;
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
color: #555;
|
||||
color: #444;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
margin: 140px auto 25px;
|
||||
padding: 20px 20px 10px 20px;
|
||||
|
||||
Reference in New Issue
Block a user