diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 23:42:02 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 23:42:02 +0800 |
commit | 8f24b454a39826beedf43587fad7be15b822a43b (patch) | |
tree | b69aa9aa536d6b31fecdd55ccf458a514f88cafa /static/style.css | |
parent | index: Categories -> groups again (diff) | |
download | forge-8f24b454a39826beedf43587fad7be15b822a43b.tar.gz forge-8f24b454a39826beedf43587fad7be15b822a43b.tar.zst forge-8f24b454a39826beedf43587fad7be15b822a43b.zip |
style.css, *.html: Lighthouse accessibility
Diffstat (limited to 'static/style.css')
-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 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%); |