summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-06-19 17:57:31 +0530
committerArun Isaac2021-06-19 17:57:31 +0530
commite08dbe3f55c38f34d3d86157fd7de1258df99dd2 (patch)
tree483c775780d90f315c7835fd54ca66cf2f835550
parent84c83704ab91ad267327d36f4159545195570e64 (diff)
downloadccwl-e08dbe3f55c38f34d3d86157fd7de1258df99dd2.tar.gz
ccwl-e08dbe3f55c38f34d3d86157fd7de1258df99dd2.tar.lz
ccwl-e08dbe3f55c38f34d3d86157fd7de1258df99dd2.zip
website: Set foreground color to black.
We want a high contrast black text on white background. * website/style.css (body): Unset color property.
-rw-r--r--website/style.css1
1 files changed, 0 insertions, 1 deletions
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;
}