Skip to content

Commit

Permalink
Ensures the contrast between foreground and background colors meets W…
Browse files Browse the repository at this point in the history
…CAG 2 AA contrast ratio thresholds. (#678)
  • Loading branch information
ElormCoch committed Aug 30, 2023
1 parent 9fa1ba9 commit ccd7a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion origin-trials/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {

header {
background-color: #018273;
color: #f2f2f2;
color: #fefefe;
display: flex;
justify-content: center;
height: 256px;
Expand Down

0 comments on commit ccd7a5b

Please sign in to comment.