update border-radius on hover

This commit is contained in:
Katie Kroell 2026-01-12 15:37:08 -05:00
parent 2b4ea38cee
commit 488b277e88

View file

@ -63,7 +63,7 @@ html {
}
&:hover {
border-radius: 0.5rem;
border-radius: 60px;
}
}