diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-25 10:54:24 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-25 10:54:24 +0800 |
commit | 6e45fcead41489751ac527e88069949a545a0b91 (patch) | |
tree | 4ff86cc77b6d9881a7eb5ad4c54239500daa2d58 | |
parent | Merge branch 'master' into irclog (diff) | |
parent | Make primary-color-lighter lighter (diff) | |
download | powxy-6e45fcead41489751ac527e88069949a545a0b91.tar.gz powxy-6e45fcead41489751ac527e88069949a545a0b91.tar.zst powxy-6e45fcead41489751ac527e88069949a545a0b91.zip |
Merge branch 'master' into irclogirclog-v0.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; |