From f2d879b3fd7557d65b114f93b126a18b90bd6f46 Mon Sep 17 00:00:00 2001 From: chiguyong Date: Tue, 26 May 2026 20:43:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E6=9A=97=E8=89=B2?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E9=80=82=E9=85=8D=EF=BC=8C=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E6=B5=85=E8=89=B2=E4=B8=BB=E9=A2=98=E4=B8=8D=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/index.html b/index.html index 7080949..d97efc7 100644 --- a/index.html +++ b/index.html @@ -35,18 +35,6 @@ --transition: 0.25s ease; } - @media (prefers-color-scheme: dark) { - :root { - --bg: #1e1e20; - --bg-soft: #252529; - --bg-mute: #2c2c30; - --text-1: #e2e2e4; - --text-2: #9e9eb5; - --text-3: #6e6e80; - --divider: rgba(255,255,255,0.1); - } - } - *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; } body {