From 37c6d89ed9270dae99941a296f0e2830086b54c9 Mon Sep 17 00:00:00 2001 From: rossrobino Date: Tue, 9 Jan 2024 08:41:53 -0500 Subject: [PATCH] almost white --- docs/src/style.postcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/style.postcss b/docs/src/style.postcss index cb72fbe..6c1e855 100644 --- a/docs/src/style.postcss +++ b/docs/src/style.postcss @@ -5,7 +5,7 @@ @layer base { /** https://uico.robino.dev */ :root { - --background: 99% 0.005 257; /* slate-50 */ + --background: 99.5% 0.005 257; /* slate-50 */ --foreground: 37% 0.05 257; /* 700 */ --muted: 93% 0.015 257; /* 200 */ --muted-foreground: 44% 0.05 257; /* 600 */