From 323ca4e26ede6af9079020d8a762a3299c9ddf14 Mon Sep 17 00:00:00 2001 From: grassblock Date: Thu, 15 May 2025 10:37:31 +0800 Subject: [PATCH] fix: title text color in dark mode --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 9c922cf..f211a81 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -6,7 +6,7 @@ --text-color: #d8dee9; --accent-color: #81a1c1; --border-color: #3b4351; - --header-color: #2e3440; + --header-color: #eceff4; --terminal-green: #a3be8c; --terminal-yellow: #ebcb8b; --terminal-red: #bf616a;