Skip to content

Commit

Permalink
fix: increase color contrast between bg and link
Browse files Browse the repository at this point in the history
  • Loading branch information
fkakatie committed May 24, 2024
1 parent 7b3ab37 commit d105bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
--light-color: #e1e1e1;
--dark-color: #c6c6c6;
--text-color: #292929;
--link-color: #274dea;
--link-hover-color: #1d3ecf;
--link-color: #1d3ecf;
--link-hover-color: #1432ad;

/* fonts */
--body-font-family: roboto, roboto-fallback;
Expand Down

0 comments on commit d105bef

Please sign in to comment.