From bb56184505b13732fdc4a69e42c9d15b41e77234 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 8 Dec 2020 00:50:47 -0500 Subject: [PATCH] remove unused hidden class from CSS --- static/grapheneos.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/grapheneos.css b/static/grapheneos.css index ddc261d6..ec45243d 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -14,10 +14,6 @@ body { overflow-y: scroll; } -.hidden { - display: none; -} - a { color: #1565c0; /* blue800 */ text-decoration: none;