From 69453b947d5d5669dd51b23bbf096d2ff01ec150 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Sun, 10 May 2026 13:27:03 +0200 Subject: [PATCH] Add shades of black --- src/styles/variables/colors.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/variables/colors.css b/src/styles/variables/colors.css index 16281dc..7d55097 100644 --- a/src/styles/variables/colors.css +++ b/src/styles/variables/colors.css @@ -17,4 +17,7 @@ --primary-color-d-7: oklch(0.147 0.202 260); --primary-color-d-8: oklch(0.097 0.202 260); + --black-l-2: oklch(0.2, 0, 0); + --black-l-1: oklch(0.1, 0, 0); + --black: oklch(0, 0, 0); } \ No newline at end of file