From 43734a472d0beef35b9cbc96c3b83954e5425432 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Tue, 8 Nov 2022 02:02:25 +0000 Subject: [PATCH] Improve body text contrast --- static/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/index.css b/static/index.css index c7e88a9..cbda55f 100644 --- a/static/index.css +++ b/static/index.css @@ -104,11 +104,11 @@ h2.page-subheading { } p.introduction { - color: #666; + color: #494949; } p, li { - color: #333; + color: #000; line-height: 1.35; } @@ -138,7 +138,7 @@ h4 { margin-top: 0; } p.group-description { - color: #666; + color: #494949; margin-top: 0; } @@ -169,7 +169,7 @@ table th { text-align: left; font-size: 0.8em; white-space: nowrap; - color: #333; + color: #000; } table td {