From 58b615a327365faa99ec26d43fc7087ec5a791a4 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 12 May 2026 00:45:00 +0800 Subject: [PATCH] =?UTF-8?q?style(ui):=20=E7=A7=BB=E9=99=A4=E8=BF=87?= =?UTF-8?q?=E6=9C=9F=E5=8E=9F=E7=94=9F=E4=B8=8B=E6=8B=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/styles.css b/src/styles.css index 0e1eeec..5c810e3 100644 --- a/src/styles.css +++ b/src/styles.css @@ -17,8 +17,3 @@ body { linear-gradient(180deg, #09090b 0%, #0b0f12 100%); color: #f4f4f5; } - -select option { - background: #09090b; - color: #f4f4f5; -}