From 1d2095015cba0e24fbcee37d3c5a316694aea2de Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Sep 2019 14:04:32 +1000 Subject: [PATCH] made subtle more subtle --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 814baa4..a6611c0 100644 --- a/static/style.css +++ b/static/style.css @@ -33,7 +33,7 @@ body { font-weight: 300; } .subtle { - color: #dddddd; + color: #ccc; } .row { display: flex;