diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-13 11:17:17 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-13 13:51:15 -0400 |
| commit | 60902ba216989cf16cbb24398c60024918820eb3 (patch) | |
| tree | f08e2cdc16955b17a1df44b617464481375d43f5 /static/grapheneos.css | |
| parent | f424932ea5dd97ceee84f104e5c37bb2239bbbf5 (diff) | |
releases: add hidden sections for bonito and sargo
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 4 |
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; |
