to affect style of links on hover of their parent
All checks were successful
Release to Staging / build_and_release (push) Successful in 42s

This commit is contained in:
freakoverse 2024-08-16 12:15:02 +00:00
parent dd22b780a7
commit 8e53b8af87

View File

@ -35,6 +35,11 @@
&:hover { &:hover {
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
} }
&:hover a {
color: white;
text-decoration: underline;
}
} }
} }