Making WordPress.org

Changeset 6082


Ignore:
Timestamp:
11/07/2017 06:22:41 PM (7 years ago)
Author:
coffee2code
Message:

Breathe: Override p2-breathe defined uses of #3498db to #0072a9 for WCAG AA color contrast compliance.

Props audrasjb, samikeijonen, coffee2code.
Fixes #3194.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r5958 r6082  
    250250}
    251251
     252a,
     253a:visited,
     254a:active,
     255.entry-meta .entry-actions:hover a,
     256.entry-meta .entry-actions:hover a:visited,
     257.comment-meta .comment-actions:hover a,
     258.comment-meta .comment-actions:hover a:visited,
     259#help dt,
     260#media-buttons .button,
     261.responsive-link,
     262.entry-meta .entry-date:hover,
     263.comment-meta .comment-date:hover,
     264.o2-xpost-entry-date:hover,
     265.o2-comment-actions ul li a:before,
     266.o2-comment-actions ul li a span {
     267    color: #0072a9;
     268}
     269
    252270body,
    253271.widget,
     
    338356
    339357.o2-app-page-title a {
    340     color: #3498db;
     358    color: #0072a9;
    341359}
    342360.o2-app-page-title a:visited {
     
    564582    border-radius: 3px;
    565583    border: 1px solid #bbb;
    566     color: #3498db;
     584    color: #0072a9;
    567585    cursor: pointer;
    568586    display: inline-block;
     
    605623.o2-editor-select::-ms-value {
    606624    background: none;
    607     color: #3498db;
     625    color: #0072a9;
    608626}
    609627
    610628.o2-editor-select:-moz-focusring {
    611629    color: transparent;
    612     text-shadow: 0 0 0 #3498db;
     630    text-shadow: 0 0 0 #0072a9;
    613631}
    614632
Note: See TracChangeset for help on using the changeset viewer.