Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Improve color contrast to meet WCAG2AA requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 10, 2019
1 parent c2489d6 commit e03a133
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ body {
}

a {
color: #ff3d2e;
color: #ee0701;
text-decoration: none;
}

a:hover {
color: #cc3a2b;
color: #890400;
text-decoration: underline;
}

Expand Down Expand Up @@ -120,7 +120,7 @@ footer {

#sriApp input[type="url"] {
background-color: #fff;
color: #888;
color: #767676;
border: 1px solid #ccc;
width: 70%;
padding: 0 2%;
Expand All @@ -129,8 +129,8 @@ footer {
#sriApp input[type="submit"] {
cursor: pointer;
color: #fff;
background-color: #008cba;
border: 1px solid #0079a1;
background-color: #007da6;
border: 1px solid #006a8e;
width: 25%;
}

Expand Down

0 comments on commit e03a133

Please sign in to comment.