From ee0c8c3868edbe09a57cbb1c8b90fa624f8ababd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tuna2134=40=E3=82=B3=E3=83=9E=E3=83=AA=E3=83=B3=E8=A6=AA?= =?UTF-8?q?=E8=A1=9B=E9=9A=8A?= Date: Wed, 30 Apr 2025 07:05:02 +0900 Subject: [PATCH] =?UTF-8?q?globals.css=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/app/globals.css b/app/globals.css index a2dc41e..a461c50 100644 --- a/app/globals.css +++ b/app/globals.css @@ -1,26 +1 @@ -@import "tailwindcss"; - -:root { - --background: #ffffff; - --foreground: #171717; -} - -@theme inline { - --color-background: var(--background); - --color-foreground: var(--foreground); - --font-sans: var(--font-geist-sans); - --font-mono: var(--font-geist-mono); -} - -@media (prefers-color-scheme: dark) { - :root { - --background: #0a0a0a; - --foreground: #ededed; - } -} - -body { - background: var(--background); - color: var(--foreground); - font-family: Arial, Helvetica, sans-serif; -} +@import "tailwindcss"; \ No newline at end of file