From 16458f6dd85005cfe9a1d687e3c2827f7b970d68 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 6 Mar 2025 12:30:11 +0800 Subject: css: *:focus-visible: outline color --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 21dfa9b..278ea22 100644 --- a/static/style.css +++ b/static/style.css @@ -223,6 +223,10 @@ pre.chunk { display: none; } +*:focus-visible { + outline: 1.5px var(--primary-color) solid; +} + /* File display styles */ .file-patch + .file-patch { margin-top: 0.5rem; -- cgit v1.2.3