Skip to content

Commit

Permalink
fix: change link colours to match polykey theme
Browse files Browse the repository at this point in the history
  • Loading branch information
shafiqihtsham committed Sep 10, 2024
1 parent a1706ba commit b37aa73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,12 @@
/*height: 6em;*/
padding: 1.5em 0;
}

.markdown a {
color: #29A7AC
}

.markdown a:hover {
color: #289295;
text-decoration-line: underline !important;
}

0 comments on commit b37aa73

Please sign in to comment.