diff options
author | Arun Isaac | 2021-10-06 14:30:11 +0530 |
---|---|---|
committer | Arun Isaac | 2021-10-06 14:30:11 +0530 |
commit | fd5265c33874137f4f9ffb49fbb102befd180966 (patch) | |
tree | c1213fd96d061ecfb1abbc67feecce4d6f2ab686 /website | |
parent | 9cd4dad5b258c21c5fceec595a3fc1c8612e7de9 (diff) | |
download | guile-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.
Diffstat (limited to 'website')
-rw-r--r-- | website/style.css | 1 |
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; } |