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