The modal close button needs the hover effect too

This commit is contained in:
2025-06-17 22:29:45 -07:00
parent caa296e11a
commit 701dc6683e

View File

@ -246,6 +246,12 @@ Svelte modal example, https://svelte.dev/playground/modal
font-size: 200%;
color: global.$text-color;
transition-duration: 0.2s;
}
span.modalbg div button.close:hover {
color: #21afff;
}
span.modalbg div ul {