Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/21/2016 08:56:28 AM (8 years ago)
Author:
mercime
Message:

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

See #7222.

File:
1 edited

Legend:

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

    r11006 r11132  
    364364            li {
    365365                a {
     366                    color: #0073c1;
     367
    366368                    span {border-radius: 25%;}
    367369                }
     
    440442
    441443            li:not(.selected) {
    442                 a {opacity: 0.7;}
    443444
    444445                @media screen and (max-width: 38.75em) {
     
    979980                .activity-header {
    980981                    @include font-size(14);
     982
     983                    a {
     984                        color: #0075c4;
     985                    }
    981986                }
    982987            }
     
    10321037                    background-color: $light-background;
    10331038                    border: 1px solid rgba($border-light, 0.6);
     1039                    color: #727272;
    10341040                    margin-top: 0;
    10351041                    padding: 0 0.2em;
     
    11151121            ul {
    11161122                background: rgba($light-background, 0.6);
     1123                color: #737373;
    11171124                margin: 15px 0 0 2px;
     1125
     1126                a {
     1127                    color: #0077c7;
     1128                }
     1129            }
     1130
     1131            .acomment-meta {
     1132                color: #737373;
    11181133            }
    11191134
     
    16191634            th {@include font-size(14)}
    16201635            td {@include font-size(12)}
     1636            a { color: #0074c2; }
    16211637
    16221638            @include medium-up {
     
    21812197        }
    21822198
     2199        select {
     2200            color: #737373;
     2201        }
     2202
    21832203    } // close .standard-form
    21842204
Note: See TracChangeset for help on using the changeset viewer.