style links a little more

This commit is contained in:
2026-03-16 21:25:29 -04:00
parent d2770b9a5a
commit 485e3a0a91
2 changed files with 11 additions and 0 deletions

View File

@@ -14,4 +14,11 @@ body {
a {
color: var(--link-color);
text-decoration: none;
&:hover {
text-decoration: underline;
}
&:visited {
color: var(--link-color-visited);
}
}