Skip to content

Commit

Permalink
fix: make links stand out in dark theme (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Oct 17, 2021
1 parent 0619332 commit 4e0403e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
background-color: black;
color: lightgray;
}
:link {
color: mediumpurple;
:link, :visited {
color: #02c9bf;
}
}
article {
Expand Down

0 comments on commit 4e0403e

Please sign in to comment.