Make WordPress Core


Ignore:
Timestamp:
03/29/2014 11:05:12 PM (11 years ago)
Author:
ocean90
Message:

Adjust colors in wp_die() and install.css.

Missed in [26788] and [26837], see #25858.
fixes #27589.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r27565 r27855  
    22012201    <style type="text/css">
    22022202        html {
    2203             background: #eee;
     2203            background: #f1f1f1;
    22042204        }
    22052205        body {
    22062206            background: #fff;
    2207             color: #333;
     2207            color: #444;
    22082208            font-family: "Open Sans", sans-serif;
    22092209            margin: 2em auto;
Note: See TracChangeset for help on using the changeset viewer.