From 18503526e1ae1484689873ae167082c536ed3d87 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:56:27 -0600 Subject: [PATCH] core: keep button radius consistent --- default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.css b/default.css index b738f2d..01f9cad 100644 --- a/default.css +++ b/default.css @@ -107,7 +107,7 @@ a { } a:hover, a:active { - border-radius: 9px; + border-radius: inherit; text-decoration: underline; }