From cad5cfa7800b915da308f5cd3af10e296511e0c1 Mon Sep 17 00:00:00 2001 From: IluaAir Date: Sun, 26 Oct 2025 23:48:06 +0300 Subject: [PATCH] begin new color schema --- taskncoffee-app/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskncoffee-app/src/index.css b/taskncoffee-app/src/index.css index 063fd49..4039680 100644 --- a/taskncoffee-app/src/index.css +++ b/taskncoffee-app/src/index.css @@ -18,8 +18,8 @@ -moz-osx-font-smoothing: grayscale; --radius: 0.625rem; --background: #111928; - --foreground: oklch(0.13 0.028 261.692); - --card: oklch(1 0 0); + --foreground: #bcbebc; + --card: #243756; --card-foreground: oklch(0.13 0.028 261.692); --popover: oklch(1 0 0); --popover-foreground: oklch(0.13 0.028 261.692);