summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-08 00:50:47 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-08 00:50:47 -0500
commitbb56184505b13732fdc4a69e42c9d15b41e77234 (patch)
tree1ded98ea56ec531c2f7eb66bd26cc5d4b95a52e1
parent5ef55300bd73693af4d48804b52e03edacc088b4 (diff)
remove unused hidden class from CSS
-rw-r--r--static/grapheneos.css4
1 files changed, 0 insertions, 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;