From 7ea64524d18ed2be9fc3306bb09e81a1a6709b38 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 10 May 2026 15:26:39 +0200 Subject: [PATCH] Update light colors --- src/styles/variables/colors.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/variables/colors.css b/src/styles/variables/colors.css index ff323da..0087898 100644 --- a/src/styles/variables/colors.css +++ b/src/styles/variables/colors.css @@ -50,6 +50,12 @@ --light: var(--white); --light-d-1: var(--white-d-1); --light-d-2: var(--white-d-2); + --light-d-3: var(--white-d-3); + --light-d-4: var(--white-d-4); + --light-d-5: var(--white-d-5); + --light-d-6: var(--white-d-6); + --light-d-7: var(--white-d-7); + --light-d-8: var(--white-d-8); --dark-bg: var(--black-l-2); --light-bg: oklch(1 0 0);