From 78332ac9c43f8fe7c329502b27c7945a51acba16 Mon Sep 17 00:00:00 2001 From: matty Date: Sat, 19 Apr 2025 16:59:27 -0400 Subject: [PATCH] slightly less dark secondary background --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index ad93a4b..f9da82c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -29,7 +29,7 @@ body { --nctv-accent-orange-subtle: #d46400ff; --nctv-bg-primary: #111111; - --nctv-bg-secondary: #252525; + --nctv-bg-secondary: #2e2e2e; --nctv-text-light: #d9d9d9; }