From e08dbe3f55c38f34d3d86157fd7de1258df99dd2 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 19 Jun 2021 17:57:31 +0530 Subject: website: Set foreground color to black. We want a high contrast black text on white background. * website/style.css (body): Unset color property. --- website/style.css | 1 - 1 file changed, 1 deletion(-) (limited to 'website') diff --git a/website/style.css b/website/style.css index 9bae093..3dd4ba3 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