Skip to content

Commit

Permalink
Merge pull request #150 from beaufortfrancois/contrast-ratio
Browse files Browse the repository at this point in the history
Fix contrast ratio
  • Loading branch information
derekherman authored Sep 16, 2021
2 parents 13c7796 + 75cb29c commit 34afb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
--text: #BFBEC1;
--logo: #E5E4E7;
--icon: #F7F7F8;
--footer-text: #858287;
--footer-text: #5a585b;
--accent-background: #12292B;
--accent: #00C9DB;
--accent-text: #fff;
Expand All @@ -36,7 +36,7 @@
--text: #3D3B3F;
--logo: #5F6368;
--icon: #858287;
--footer-text: #858287;
--footer-text: #5a585b;
--accent-background: #ECEFFF;
--accent: #3740FF;
--accent-text: #000;
Expand Down

0 comments on commit 34afb0b

Please # to comment.