summaryrefslogtreecommitdiff
path: root/static/index.css
diff options
context:
space:
mode:
authorTom Smeding <t.j.smeding@uu.nl>2022-08-29 10:45:26 +0200
committerTom Smeding <t.j.smeding@uu.nl>2022-08-29 10:45:26 +0200
commit0116c966d3d6ea914ec4b9e3e5ec6e405d37f22d (patch)
tree27f515e059e4dbe16615eaf846a0ddb95232a5fd /static/index.css
parenta3bdfe58867d57b39cf139fe7134c020fc9dcb44 (diff)
login
Diffstat (limited to 'static/index.css')
-rw-r--r--static/index.css8
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;
}