Skip to:
Content

BuddyPress.org

Changeset 11136


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

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

Fixes #7222.

Location:
trunk/src/bp-templates/bp-legacy/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve-rtl.css

    r11006 r11136  
    771771}
    772772
     773#buddypress #activity-stream .activity-comments a {
     774    color: #737373;
     775}
     776
    773777#buddypress #activity-stream .activity-comments .ac-form {
    774778    border: 1px solid #d4d0ba;
     
    13861390    border-radius: 2px;
    13871391    background-clip: padding-box;
    1388     color: #eee;
     1392    color: #f1f1f1;
    13891393    font-weight: bold;
    13901394    padding: 0.1em 0.5em;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.css

    r11006 r11136  
    771771}
    772772
     773#buddypress #activity-stream .activity-comments a {
     774    color: #737373;
     775}
     776
    773777#buddypress #activity-stream .activity-comments .ac-form {
    774778    border: 1px solid #d4d0ba;
     
    13861390    border-radius: 2px;
    13871391    background-clip: padding-box;
    1388     color: #eee;
     1392    color: #f1f1f1;
    13891393    font-weight: bold;
    13901394    padding: 0.1em 0.5em;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss

    r11006 r11136  
    10991099                        @include font-size(12);
    11001100                    }
    1101 
    1102                 }
    1103 
     1101                }
     1102
     1103            }
     1104
     1105            a {
     1106                color: #737373;
    11041107            }
    11051108
     
    18021805                    background: lighten($dark-background, 10%);
    18031806                    @include border-radius(2px);
    1804                     color: #eee;
     1807                    color: #f1f1f1;
    18051808                    font-weight: bold;
    18061809                    padding: 0.1em 0.5em;
Note: See TracChangeset for help on using the changeset viewer.