From 1b04045e6d8cfd16f0813680be8c3602e5ddf8a3 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sun, 18 Mar 2018 00:55:31 +0100 Subject: [PATCH] Switched to dark theme --- assets/sass/style.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/sass/style.sass b/assets/sass/style.sass index 69f6194..52cc6b7 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -117,10 +117,11 @@ form.upload flex-direction: column height: 160px width: 160px + background: #000000 .info display: block z-index: 1 - color: #212121 + color: #eeeeee line-height: 1.25 font-size: 10pt padding-top: 12px -- GitLab