core: actually keep radius consistent

This commit is contained in:
Trianta 2024-12-09 16:58:40 -06:00
parent 18503526e1
commit 0ff9ab2acf

View File

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