Update link styling to be more in line with MDN style guide

This commit is contained in:
Froge 2025-02-02 05:27:08 +10:00
parent c6c4b3a367
commit 26a525eedd
Signed by: froge
GPG key ID: A825E09930271BFA

View file

@ -25,13 +25,13 @@ li {
} }
a { a {
color: #fa4c58; color: #4361ee;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
} }
a:visited { a:visited {
color: #ac69e2; color: #6d49ca;
} }
a:hover { a:hover {