diff options
Diffstat (limited to 'static/index.css')
-rw-r--r-- | static/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/index.css b/static/index.css index 1d1c542..4f4981e 100644 --- a/static/index.css +++ b/static/index.css @@ -6,6 +6,14 @@ body { font-size: 30px; } +body.unauth #list { + display: none; +} + +body.okauth #login { + display: none; +} + .item { margin-bottom: 4px; } |