From 4655e568204f0d418b40bfbcf3cdaad93c4bce29 Mon Sep 17 00:00:00 2001 From: necobot Date: Sat, 25 Jul 2026 16:36:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E9=BB=84=E8=89=B2=E7=84=A6=E7=82=B9=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 3662a8d..f8121ba 100644 --- a/src/style.css +++ b/src/style.css @@ -45,12 +45,16 @@ button { } button:focus-visible, -textarea:focus-visible, input:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; } +textarea:focus-visible { + outline: none; + box-shadow: inset 0 0 0 1px rgba(23, 24, 21, 0.28); +} + .page-shell { width: min(1440px, 100%); margin: 0 auto; -- 2.52.0