Fix nav link colours.

This commit is contained in:
Cameron Redmore 2025-04-26 10:59:11 +01:00
parent af8cc56e79
commit 5234380bf0

View file

@ -27,16 +27,15 @@ body {
filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.5)); filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.5));
} }
a:not(.q-link) {
a {
color: $primary; color: $primary;
text-decoration: none; text-decoration: none;
}
a:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
a:visited { &:visited {
color: $blue-5; color: $blue-5;
} }
}