From: Danilo M. Date: Wed, 15 Apr 2026 13:33:55 +0000 (+0200) Subject: fix: remove redundant focus ring offset rule in main.css X-Git-Tag: release_22042026-1342~286 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=d4c4a8cabc1914156e0032b9e06d594d3485bd30;p=danix.xyz-2.git fix: remove redundant focus ring offset rule in main.css --- diff --git a/themes/danix-xyz-hacker/assets/css/main.css b/themes/danix-xyz-hacker/assets/css/main.css index 87d7afa..b6a0537 100644 --- a/themes/danix-xyz-hacker/assets/css/main.css +++ b/themes/danix-xyz-hacker/assets/css/main.css @@ -78,10 +78,6 @@ html.theme-light { ring-offset-color: var(--bg); } - html.theme-light *:focus { - ring-offset-color: var(--bg); - } - button, input, textarea,