Skip to content

Commit

Permalink
NA - Change link color
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiscoelho committed Mar 19, 2024
1 parent 0e03b07 commit 80b891e
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 @@ -4,15 +4,15 @@

:root {
/* colors */
--link-color: #11C7CC;
--link-hover-color: #136ff6;
--background-color: white;
--light-color: #eee;
--dark-color: #ccc;
--text-color: black;
--midnight-blue-color: #000048;
--dark-blue: #2F78C4;
--dark-teal: #11C7CC;
--link-color: var(--dark-blue);
--link-hover-color: #136ff6;


/* fonts */
Expand Down

0 comments on commit 80b891e

Please sign in to comment.