From 16458f6dd85005cfe9a1d687e3c2827f7b970d68 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 06 Mar 2025 12:30:11 +0800 Subject: [PATCH] css: *:focus-visible: outline color --- static/style.css | 4 ++++ diff --git a/static/style.css b/static/style.css index 21dfa9bda8133c09011c2271e4c76bcccb54f963..278ea2249fe335a9f0a8825a6b71d234f2a4051b 100644 --- a/static/style.css +++ b/static/style.css @@ -223,6 +223,10 @@ .toggle-off-toggle:checked + .toggle-off-header + .toggle-off-content { display: none; } +*:focus-visible { + outline: 1.5px var(--primary-color) solid; +} + /* File display styles */ .file-patch + .file-patch { margin-top: 0.5rem; -- 2.48.1