Skip to content

Commit

Permalink
fix: Adjust contrast of red on background
Browse files Browse the repository at this point in the history
  • Loading branch information
mithi committed Jul 26, 2020
1 parent 380457c commit 67b3f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--c2-pink: #fc427b;
--c3-orange: #ff793f;
--c4-blue: rgb(41, 128, 185);
--c6-red: #ff3333;
--c6-red: #fc5c65;
}

body,
Expand Down

0 comments on commit 67b3f40

Please sign in to comment.