Make links styles both fancier and simpler

This commit is contained in:
Devon Campbell 2022-11-29 19:59:38 -08:00
commit e8594f941e

View file

@ -54,6 +54,16 @@ img {
opacity: 1;
}
a,
a:visited {
text-decoration: none;
transition: 0.2s;
}
a:hover,
a:visited:hover {
text-shadow: 0 0 2px #fff, 0 0 8px var(--accent);
}
body > nav {
align-self: start;
grid-row: 2;