aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 23:42:02 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 23:42:02 +0800
commit8f24b454a39826beedf43587fad7be15b822a43b (patch)
treeb69aa9aa536d6b31fecdd55ccf458a514f88cafa /static
parentindex: Categories -> groups again (diff)
downloadforge-8f24b454a39826beedf43587fad7be15b822a43b.tar.gz
forge-8f24b454a39826beedf43587fad7be15b822a43b.tar.zst
forge-8f24b454a39826beedf43587fad7be15b822a43b.zip
style.css, *.html: Lighthouse accessibility
Diffstat (limited to '')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 8116b0a..3b9d5bd 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,7 +1,7 @@
html {
font-family: sans-serif;
--link-color: hsl(320, 50%, 36%);
- --light-text-color: hsl(0, 0%, 65%);
+ --light-text-color: hsl(0, 0%, 45%);
--darker-border-color: hsl(0, 0%, 72%);
--lighter-border-color: hsl(0, 0%, 85%);
--text-decoration-color: hsl(0, 0%, 72%);