From 32f17d50b4b583bf715318756ceab4805a629827 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 18 Jan 2019 15:55:28 +0200 Subject: [PATCH] Use inverted logo in morning theme --- client/themes/morning.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/themes/morning.css b/client/themes/morning.css index a35ec292..1164285e 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -15,10 +15,12 @@ color: white; } +#loading .logo, #windows .logo { display: none; } +#loading .logo-inverted, #windows .logo-inverted { display: inline-block; }