From d5810cca41e60f529ec5e3439c363cb1f1df2dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Sat, 4 Nov 2023 23:36:15 +0000 Subject: [PATCH] Remove !important --- theme-gitea-modern.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-gitea-modern.css b/theme-gitea-modern.css index c7c7215..480a37d 100644 --- a/theme-gitea-modern.css +++ b/theme-gitea-modern.css @@ -284,7 +284,7 @@ a[rel*="nofollow"]:not(.ui):focus, } .label:not(.basic) { - border-radius: 100px !important; + border-radius: 100px; padding: 4px 8px !important; font-weight: 700; align-items: center;