Skip to content

Commit

Permalink
Improved accessibility link color (for contrast)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Apr 17, 2019
1 parent be73364 commit 10c593c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/webroot/css/co-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ h3 {
margin: 0;
}
a {
color: #07b; /* slightly darker: passes accessibility contrast checks against white */
color: #06c; /* slightly darker: passes accessibility contrast checks against white */
text-decoration: none;
}
#main a:active,
Expand All @@ -96,7 +96,7 @@ a {
}
#skip-to-content {
position: relative;
background-color: #07b;
background-color: #06c;
color: white;
padding: 0 1em 0.25em ;
border-bottom-left-radius: 10px;
Expand Down Expand Up @@ -536,7 +536,7 @@ form#notificationStatus {
font-size: 0.9em;
padding: 7px 8px 7px 16px;
line-height: 1.4em;
color: #07b;
color: #06c;
border: 1px solid transparent;
}
#main-menu > li a:hover,
Expand All @@ -550,7 +550,7 @@ form#notificationStatus {
background-color: #f5f5f5;
}
#main-menu li li a.selected {
color: #07b;
color: #06c;
background-color: #fafafa;
/* keep these if we find a better method of selecting sub-menu items:
color: #0067A3;
Expand Down Expand Up @@ -1437,7 +1437,7 @@ a#top-search-toggle:hover {
border: 1px solid #eee;
}
.co-card.is-member {
border-bottom: 1px solid #07b;
border-bottom: 1px solid #06c;
}
.co-card img {
min-width: 100%;
Expand Down

0 comments on commit 10c593c

Please sign in to comment.