The links in the navigation modal need the hover effect too

Gosh I'm just missing everything
This commit is contained in:
2025-06-17 22:32:02 -07:00
parent 701dc6683e
commit 94a2e51784

View File

@ -271,6 +271,10 @@ Svelte modal example, https://svelte.dev/playground/modal
font-size: 120%;
}
span.modalbg div ul li a:hover {
color: #21afff;
}
@media screen and (max-width: global.$mobile-width) {
span.modalbg div {
width: 30ch;