links are now underlined on hover instead of italicised

This commit is contained in:
2025-06-26 23:21:45 -04:00
parent 87d2781a0e
commit f3e07290e3

View File

@ -103,5 +103,5 @@ a {
color: var(--cyan);
}
a:hover, a:active {
font-style: italic;
text-decoration: underline;
}