core: keep button radius consistent

This commit is contained in:
Trianta 2024-12-09 16:56:27 -06:00
parent 7403db87d5
commit 18503526e1

View File

@ -107,7 +107,7 @@ a {
}
a:hover, a:active {
border-radius: 9px;
border-radius: inherit;
text-decoration: underline;
}