From 8a9ec05d334c4a7d5918acaba8e1bf28763ea25f Mon Sep 17 00:00:00 2001 From: farion1231 Date: Wed, 6 Aug 2025 16:22:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96UI=E6=A0=B7=E5=BC=8F=EF=BC=9A?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=A4=B4=E9=83=A8=E8=83=8C=E6=99=AF=E8=89=B2?= =?UTF-8?q?=E5=92=8C=E6=8C=89=E9=92=AE=E7=84=A6=E7=82=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/App.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/renderer/App.css b/src/renderer/App.css index 77958ab..5fa383d 100644 --- a/src/renderer/App.css +++ b/src/renderer/App.css @@ -5,7 +5,7 @@ } .app-header { - background: #2c3e50; + background: #3498db; color: white; padding: 1rem 2rem; display: flex; @@ -56,6 +56,10 @@ background: #229954; } +.add-btn:focus { + outline: none; +} + .app-main { flex: 1; padding: 2rem;