From 63d14ddefd432a8c62018c0355829508bc710cd6 Mon Sep 17 00:00:00 2001 From: "johannes.vos" Date: Tue, 19 May 2026 18:49:00 +0200 Subject: [PATCH] Change Black Varbiable to gray --- src/styles/variables/colors.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/variables/colors.css b/src/styles/variables/colors.css index ab7ed28..eac3638 100644 --- a/src/styles/variables/colors.css +++ b/src/styles/variables/colors.css @@ -89,7 +89,7 @@ limitations under the License. --dark-l-1: var(--white-d-1); --dark: var(--white); - --light: var(--black); + --light-bg: oklch(0.14 0 0); --light-d-1: var(--black-l-1); --light-d-2: var(--black-l-2); --light-d-3: var(--black-l-3); @@ -100,7 +100,7 @@ limitations under the License. --light-d-8: var(--black-l-8); --dark-bg: var(--white); - --light-bg: var(--black); + --light-bg: oklch(0.14 0 0); } } @@ -115,7 +115,7 @@ limitations under the License. --dark-l-1: var(--white-d-1); --dark: var(--white); - --light: var(--black); + --light-bg: oklch(0.14 0 0); --light-d-1: var(--black-l-1); --light-d-2: var(--black-l-2); --light-d-3: var(--black-l-3); @@ -126,5 +126,5 @@ limitations under the License. --light-d-8: var(--black-l-8); --dark-bg: var(--white); - --light-bg: var(--black); + --light-bg: oklch(0.14 0 0); } \ No newline at end of file