link hover effect
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s

This commit is contained in:
freakoverse 2024-08-16 12:21:00 +00:00
parent bdd44681d7
commit fc8bd16995

View File

@ -38,11 +38,11 @@
a { a {
color: white; color: white;
}
&:hover {
&:hover a { color: white;
color: white; text-decoration: underline;
text-decoration: underline; }
} }
} }
} }