Make WordPress Core

Ticket #45280: 45280.2.diff

File 45280.2.diff, 370 bytes (added by lucagrandicelli, 6 years ago)

Actually, i think a darker gray is way better. The original colour (#72777c) is the same of the rapid draft input placeholders, which obviously have not the same relevance of an event date. I suggest Dark Gray 800: #23282d

  • src/wp-admin/css/dashboard.css

    diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css
    index 19c6bf2266..9c13dc2ba8 100644
    a b  
    389389.community-events li {
    390390        margin: 0;
    391391        padding: 8px 12px;
    392         color: #72777c;
     392        color: #23282d;
    393393}
    394394.community-events li:first-child {
    395395        border-top: 1px solid #eee;