aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-25 10:54:24 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-25 10:54:24 +0800
commit6e45fcead41489751ac527e88069949a545a0b91 (patch)
tree4ff86cc77b6d9881a7eb5ad4c54239500daa2d58
parentMerge branch 'master' into irclog (diff)
parentMake primary-color-lighter lighter (diff)
downloadpowxy-irclog-v0.1.82.tar.gz
powxy-irclog-v0.1.82.tar.zst
powxy-irclog-v0.1.82.zip
Merge branch 'master' into irclogirclog-v0.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;