From d1a7e0690fc2e5921246c723b0489d7f04ed3703 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Tue, 15 Jul 2025 20:04:52 +0800 Subject: fix css variable --- app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.css') diff --git a/app.css b/app.css index 95f27c3..ce31a3f 100644 --- a/app.css +++ b/app.css @@ -139,7 +139,7 @@ body { font-weight: 500; font-size: 1.5rem; line-height: 1.2; - color: var(--title-color); + color: var(--color-white); } .form__title--gradient { -- cgit v1.2.3