Skip to content

Commit

Permalink
forgot about styling the link in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Danek309044 committed Jul 23, 2024
1 parent bfa557c commit 633da24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ html {
}

/* Links */
a, a:visited, a:active {
color: #000;
}
a:hover {
color: #000000af;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
Expand Down

0 comments on commit 633da24

Please sign in to comment.