Skip to:
Content

bbPress.org

Changeset 6932


Ignore:
Timestamp:
11/09/2019 07:03:14 PM (5 years ago)
Author:
johnjamesjacoby
Message:

Accessibility: improve contrast of admin/moderation links.

This commit darkens the text used by the links in topics & replies, making them easier to see.

Fixes #3003. Props mercime, thebrandonallen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/css/bbpress.css

    r6912 r6932  
    302302    font-weight: 700;
    303303    word-wrap: break-word;
    304     color: #aaa;
     304    color: #747474;
    305305}
    306306
     
    519519
    520520span.bbp-admin-links a {
    521     color: #bbb;
     521    color: #707070;
    522522    font-weight: 400;
    523523    font-size: 10px;
     
    544544    float: right;
    545545    margin-left: 10px;
    546     color: #ccc;
     546    color: #707070;
    547547}
    548548
Note: See TracChangeset for help on using the changeset viewer.