From 23c02b4ad6a09a3911f448c797c9476875a76c1b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 4 May 2019 19:29:10 -0400 Subject: [PATCH] make footer links a bit darker for accessibility The current color is too light to pass accessibility checks for contrast. It was intentionally low contrast to make it unintrusive since it's a footer, but it's probably best to comply with these guidelines. --- static/grapheneos.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/grapheneos.css b/static/grapheneos.css index 4fee6589..68a8e8d0 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -108,11 +108,11 @@ footer { } footer a { - color: #9e9e9e; /* grey500 */ + color: #616161; /* grey500 */ } footer a:visited { - color: #9e9e9e; /* grey500 */ + color: #616161; /* grey500 */ } #social {