Make footer link background colors explicitly transparent

Because we overrode the link color there to stay blue on hover.
This commit is contained in:
benjamin melançon 2025-09-24 21:18:55 -04:00
parent 1a37b7fe85
commit c6e4120202

View file

@ -16,6 +16,7 @@
a:hover { a:hover {
color: $blue; color: $blue;
text-decoration: underline; text-decoration: underline;
background-color: transparent;
} }
// //
.container { .container {