Skip to content

Commit

Permalink
Style links
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPower committed May 24, 2024
1 parent e3364a7 commit 3ce4fe2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,13 @@ h4 {
}

a {
text-decoration-skip-ink: auto;
color: var(--blue);
text-decoration: none;
color: currentColor;
}

a:hover {
color: var(--pink);
text-decoration: underline;
}

/* Make images easier to work with */
Expand Down

0 comments on commit 3ce4fe2

Please sign in to comment.