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 {
color: white;
}
&:hover a {
color: white;
text-decoration: underline;
&:hover {
color: white;
text-decoration: underline;
}
}
}
}