From 4b26618db7c59aaca1a25984a192e87342150390 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sun, 18 Mar 2018 01:11:55 +0100 Subject: [PATCH] Switched to dark theme --- assets/sass/style.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/sass/style.sass b/assets/sass/style.sass index 20e74cf..29bb667 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -165,4 +165,6 @@ form.upload vertical-align: middle font-size: 11pt font-weight: normal - color: #eee \ No newline at end of file + color: #eee + &:empty + display: none \ No newline at end of file -- GitLab