summaryrefslogtreecommitdiff
path: root/static/grapheneos.css
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-06-13 11:17:17 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-06-13 13:51:15 -0400
commit60902ba216989cf16cbb24398c60024918820eb3 (patch)
treef08e2cdc16955b17a1df44b617464481375d43f5 /static/grapheneos.css
parentf424932ea5dd97ceee84f104e5c37bb2239bbbf5 (diff)
releases: add hidden sections for bonito and sargo
Diffstat (limited to 'static/grapheneos.css')
-rw-r--r--static/grapheneos.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css
index 48166f3e..a1b47e4a 100644
--- a/static/grapheneos.css
+++ b/static/grapheneos.css
@@ -13,6 +13,10 @@ body {
overflow-y: scroll;
}
+.hidden {
+ display: none;
+}
+
a {
color: #1565c0; /* blue800 */
text-decoration: none;