From d4c4a8cabc1914156e0032b9e06d594d3485bd30 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 15:33:55 +0200 Subject: fix: remove redundant focus ring offset rule in main.css --- themes/danix-xyz-hacker/assets/css/main.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'themes/danix-xyz-hacker/assets/css/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, -- cgit v1.2.3