]> danix's work - danix.xyz-2.git/commitdiff
fix: remove redundant focus ring offset rule in main.css
authorDanilo M. <redacted>
Wed, 15 Apr 2026 13:33:55 +0000 (15:33 +0200)
committerDanilo M. <redacted>
Wed, 15 Apr 2026 13:33:55 +0000 (15:33 +0200)
themes/danix-xyz-hacker/assets/css/main.css

index 87d7afada1df5778e27fedf22af731d703a2a2a5..b6a0537d686804ecb4b75add0d8beb16474850fa 100644 (file)
@@ -78,10 +78,6 @@ html.theme-light {
     ring-offset-color: var(--bg);
   }
 
-  html.theme-light *:focus {
-    ring-offset-color: var(--bg);
-  }
-
   button,
   input,
   textarea,