From 562d79c370d9e1a169af6c7218d3ab293c8d73d0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 2 Apr 2020 17:23:43 -0400 Subject: [PATCH] simplify CSS --- static/grapheneos.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/grapheneos.css b/static/grapheneos.css index 8f7d5778..d7f246a1 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -119,11 +119,7 @@ footer { text-align: center; } -footer a { - color: #616161; /* grey500 */ -} - -footer a:visited { +footer a, footer a:visited { color: #616161; /* grey500 */ }