Skip to content

Commit

Permalink
changing colors
Browse files Browse the repository at this point in the history
  • Loading branch information
BrenoAV committed Mar 3, 2024
1 parent 4b292a6 commit 7f55b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ body {
}

a {
color: #4caf50;
color: #00FFFF;
/* Choose your desired text color */
}

a:visited {
color: #3f7d41;
color: #FF00FF;
/* Orange color for visited links */
}

Expand Down

0 comments on commit 7f55b6a

Please sign in to comment.