diff options
| author | Li Zhineng <[email protected]> | 2025-07-15 20:04:52 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-15 20:04:52 +0800 |
| commit | d1a7e0690fc2e5921246c723b0489d7f04ed3703 (patch) | |
| tree | 0672ce8fb72c661fab1922cb3d2f44ed259a4f09 | |
| parent | 4556f01f7ba735c1367719554a34ec868f5aa961 (diff) | |
| download | setup-d1a7e0690fc2e5921246c723b0489d7f04ed3703.tar.gz setup-d1a7e0690fc2e5921246c723b0489d7f04ed3703.zip | |
fix css variable
| -rw-r--r-- | app.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
