fix: title text color in dark mode

This commit is contained in:
grassblock 2025-05-15 10:37:31 +08:00
parent a5dd6df739
commit 323ca4e26e

View file

@ -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;