Skip to content

Commit

Permalink
Swaps link underlining
Browse files Browse the repository at this point in the history
  • Loading branch information
shaz-r committed May 24, 2024
1 parent f8b8166 commit 2a165c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ b {
}
a {
color: var(--accent);
text-decoration: none;
text-decoration: underline;
}
a:hover {
color: var(--accent);
text-decoration: underline;
text-decoration: none;
}

p {
Expand Down

0 comments on commit 2a165c0

Please sign in to comment.