mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 19:24:32 +00:00
Adjust colors in wp_die() and install.css.
Missed in [26788] and [26837], see #25858. fixes #27589. git-svn-id: https://develop.svn.wordpress.org/trunk@27855 602fd350-edb4-49c9-b593-d223f7449a82
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