aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-25 10:53:51 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-25 10:53:51 +0800
commit81b49c7b26f57e80f3240a447e0a6434fa73e444 (patch)
treee01b40eacfc3d71451971371406dffe0ef04a96b
parentAdd static to powxy's makefile deps (diff)
downloadpowxy-0.1.82.tar.gz
powxy-0.1.82.tar.zst
powxy-0.1.82.zip
Make primary-color-lighter lighterv0.1.82
-rw-r--r--static/style.css2
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;