From 8f24b454a39826beedf43587fad7be15b822a43b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 23:42:02 +0800 Subject: style.css, *.html: Lighthouse accessibility --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.css') 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%); -- cgit v1.2.3