Fix: Color was not changing when hovering over hyperlinks

This commit is contained in:
lscambo13
2024-12-18 11:51:17 -08:00
parent 21e5fb77f9
commit c415f7dfcf

View File

@@ -357,6 +357,7 @@ html {
} }
.button-link:hover { .button-link:hover {
color: rgb(243, 243, 243) !important;
text-decoration: none; text-decoration: none;
} }