From 48853aae994cec60cc6d8664bf2f8b194cb1aa64 Mon Sep 17 00:00:00 2001 From: kyy Date: Mon, 11 May 2026 17:48:30 +0900 Subject: [PATCH] =?UTF-8?q?theme=20=EB=AF=B8=EC=A0=81=EC=9A=A9=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/theme/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/theme/base.css b/common/theme/base.css index 4dad08ee..2ab109bd 100644 --- a/common/theme/base.css +++ b/common/theme/base.css @@ -1,5 +1,5 @@ @layer base { - .light { + :root.light { --background: 0 0% 98%; --foreground: 223 25% 12%; --card: 0 0% 100%; @@ -21,7 +21,7 @@ --ring: 209 79% 52%; } - .dark { + :root.dark { --background: 210 25% 6%; --foreground: 210 35% 96%; --card: 215 32% 9%;