From 9c1bc7db7c6dd29613ff2b35f6d894cc23c3fcad Mon Sep 17 00:00:00 2001 From: moris Date: Wed, 26 Mar 2025 11:51:03 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AB=E3=83=A9=E3=83=BC=E3=82=B3=E3=83=BC?= =?UTF-8?q?=E3=83=89=E3=82=92=E6=8F=83=E3=81=88=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 6a165fa..d65d8f1 100644 --- a/src/app.css +++ b/src/app.css @@ -2,8 +2,8 @@ body { --white-black: light-dark(white, black); --black-white: light-dark(black, white); - --theme-color: light-dark(hsl(85, 50%, 60%), teal); - --back-color: light-dark(hsl(60, 100%, 98%), hsl(210, 7%, 18%)); + --theme-color: light-dark(#a1cc66, teal); /* hsl(85, 50%, 60%) */ + --back-color: light-dark(#fffff5, #2b2e31); /* hsl(60, 100%, 98%), hsl(210, 7%, 18%) */ --font-color: light-dark(#222, #f5f5f5); --font-gray: light-dark(#666, #999); --grid-color: light-dark(#fff, #333);