From 813603282e79d9892e0561310459047d656a4c13 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 13 Jul 2025 20:43:15 +0100 Subject: [PATCH] Play aroyndn with the light theme --- src/styles/globals.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index a609c6b..4912765 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -27,6 +27,7 @@ --color-accent-content: oklch(14.84% 0.029 301.883); --color-neutral: oklch(38.94% 0.020 277.93); --color-neutral-content: oklch(87.889% 0.006 275.524); + --color-info: oklch(75.461% 0.183 346.812); --color-info-content: oklch(15.092% 0.036 346.812); --color-success: oklch(87.099% 0.219 148.024);