From b940f0f07cfe84f1b953ade056b80c23c2d1e52c Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Sat, 21 Jul 2018 16:09:29 -0400 Subject: Slight improvement to contrast for accessibility purposes The contrast was hard to read for some people, this changes the minor color from #bbb to #8b8b8b --- static/css/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index a98c8f5..70d9cb4 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -88,7 +88,7 @@ div.content { font-family: 'Roboto', sans-serif; font-weight: 200; - color: #bbb; + color: #8b8b8b; } .error { @@ -100,7 +100,7 @@ div.content { font-size: 80px; - color: #bbb; + color: #8b8b8b; } .error p { @@ -121,7 +121,7 @@ div.content { margin-top: 10px; - color: #bbb; + color: #8b8b8b; } .header { @@ -197,7 +197,7 @@ h3.intro font-size: 12px; font-weight: 200; - color: #bbb; + color: #8b8b8b; } a.meta { @@ -209,10 +209,10 @@ h6.meta font-size: 12px; font-weight: 200; - color: #bbb; + color: #8b8b8b; } section.meta { - margin-top: + margin-top: } .powered { -- cgit v1.2.3