mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +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:
parent
9fb6f9557b
commit
64f5807b32
@ -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;
|
||||
|
||||
@ -2200,11 +2200,11 @@ function _default_wp_die_handler( $message, $title = '', $args = array() ) {
|
||||
<title><?php echo $title ?></title>
|
||||
<style type="text/css">
|
||||
html {
|
||||
background: #eee;
|
||||
background: #f1f1f1;
|
||||
}
|
||||
body {
|
||||
background: #fff;
|
||||
color: #333;
|
||||
color: #444;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
margin: 2em auto;
|
||||
padding: 1em 2em;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user