diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-25 10:53:51 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-25 10:53:51 +0800 |
commit | 81b49c7b26f57e80f3240a447e0a6434fa73e444 (patch) | |
tree | e01b40eacfc3d71451971371406dffe0ef04a96b | |
parent | Add static to powxy's makefile deps (diff) | |
download | powxy-81b49c7b26f57e80f3240a447e0a6434fa73e444.tar.gz powxy-81b49c7b26f57e80f3240a447e0a6434fa73e444.tar.zst powxy-81b49c7b26f57e80f3240a447e0a6434fa73e444.zip |
Make primary-color-lighter lighterv0.1.82
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 33d1937..8f4af2b 100644 --- a/static/style.css +++ b/static/style.css @@ -18,7 +18,7 @@ html { --darker-box-background-color: hsl(0, 0%, 92%); --lighter-box-background-color: hsl(0, 0%, 95%); --primary-color: hsl(320, 50%, 36%); - --primary-color-lighter: hsl(320, 50%, 56%); + --primary-color-lighter: hsl(320, 50%, 80%); --primary-color-contrast: hsl(320, 0%, 100%); --danger-color: #ff0000; --danger-color-contrast: #ffffff; |