From f887679fbffefc651896aaa6690f317e0531f3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Fri, 27 Dec 2024 13:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=87=8D=E7=BD=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E4=B9=A6=E5=86=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/theme.css b/src/theme.css index ad5c630..6f4c5bd 100644 --- a/src/theme.css +++ b/src/theme.css @@ -31,8 +31,7 @@ --color-bg: light-dark(var(--color-yuebai), var(--color-qihei)); } - html, - body { + :where(html, body) { color-scheme: dark; width: 100vw; height: 100vh; @@ -55,7 +54,7 @@ padding: 0; } - menu { + :where(menu) { margin: 0; }