diff options
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; |
