From 70d78628df3fe9a74c56895561d2edc9fcf6d3eb Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 3 May 2019 11:29:14 -0400 Subject: make the footer links less prominent --- static/grapheneos.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static/grapheneos.css') diff --git a/static/grapheneos.css b/static/grapheneos.css index aa0e03b5..992f494b 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -100,6 +100,14 @@ footer { text-align: center; } +footer a { + color: #9e9e9e; /* grey500 */ +} + +footer a:visited { + color: #9e9e9e; /* grey500 */ +} + #social { margin-top: 2em; } -- cgit v1.3.1