From fd5265c33874137f4f9ffb49fbb102befd180966 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 6 Oct 2021 14:30:11 +0530 Subject: website: Switch to high contrast. High contrast feels more readable. Low contrast makes me squint. * website/style.css (body): Remove color property. Let it be the default black. --- website/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/website/style.css b/website/style.css index 0104d22..d371d9b 100644 --- a/website/style.css +++ b/website/style.css @@ -3,7 +3,6 @@ body { max-width: 900px; line-height: 1.6; font-size: 18px; - color: #444; padding: 0 10px; } -- cgit v1.2.3