Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/21/2016 08:57:10 AM (10 years ago)
Author:
mercime
Message:

A11y: Update contrast ratios in twentyfifteen.css to meet WCAG 2.0 AA standards.

See #7222.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss

    r11006 r11133  
    523523                        @include default-font-sans();
    524524                }
     525
     526                a.activity-time-since {
     527                        color: #717171;
     528                }
    525529        }
    526530}
     
    824828                                        background-color: $light-background;
    825829                                        border: 1px solid rgba($border-light, 0.6);
     830                                        color: #717171;
    826831                                        padding: 0 0.2em;
    827832                                }
     
    904909                        margin: $spacing-val-sm 0 0;
    905910
     911                        a {
     912                                color: #717171;
     913                        }
     914
    906915                        &.has-comments {
    907916                                border-left: 1px solid $border-light;
     
    937946                                }
    938947
    939                                 .acomment-meta {border-bottom: 1px solid $border-light; font-style: italic;}
     948                                .acomment-meta {
     949                                        border-bottom: 1px solid $border-light;
     950                                        color: #737373;
     951                                        font-style: italic;
     952                                }
    940953
    941954                                // Display the user avatar stacked up to 30em
     
    13281341
    13291342                        ul {
    1330                                 color: rgba($body-text, 0.6);
     1343                                color: #767676;
    13311344                                @include font-size(14);
    13321345                        }
Note: See TracChangeset for help on using the changeset viewer.