summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLi Zhineng <[email protected]>2025-07-15 20:04:52 +0800
committerLi Zhineng <[email protected]>2025-07-15 20:04:52 +0800
commitd1a7e0690fc2e5921246c723b0489d7f04ed3703 (patch)
tree0672ce8fb72c661fab1922cb3d2f44ed259a4f09
parent4556f01f7ba735c1367719554a34ec868f5aa961 (diff)
downloadsetup-d1a7e0690fc2e5921246c723b0489d7f04ed3703.tar.gz
setup-d1a7e0690fc2e5921246c723b0489d7f04ed3703.zip
fix css variable
-rw-r--r--app.css2
1 files changed, 1 insertions, 1 deletions
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 {