aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-10-06 14:30:11 +0530
committerArun Isaac2021-10-06 14:30:11 +0530
commitfd5265c33874137f4f9ffb49fbb102befd180966 (patch)
treec1213fd96d061ecfb1abbc67feecce4d6f2ab686
parent9cd4dad5b258c21c5fceec595a3fc1c8612e7de9 (diff)
downloadguile-email-fd5265c33874137f4f9ffb49fbb102befd180966.tar.gz
guile-email-fd5265c33874137f4f9ffb49fbb102befd180966.tar.lz
guile-email-fd5265c33874137f4f9ffb49fbb102befd180966.zip
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.
-rw-r--r--website/style.css1
1 files changed, 0 insertions, 1 deletions
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;
}