From dd841443b8329952e92bb9b60b2cf23e8432ce4b Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sun, 12 Jul 2026 14:46:41 +0200 Subject: [PATCH] Remove focus outline from mode toggle buttons --- web/templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/templates/index.html b/web/templates/index.html index 96187c2..14dcf57 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -149,6 +149,7 @@ cursor: pointer; transition: background 0.12s, color 0.12s; line-height: 1; + outline: none; } .mode-btn + .mode-btn {