From ef2097eb3b3c8dbeccfef898b2fe061d58947fff Mon Sep 17 00:00:00 2001 From: Alfred Birketvedt Date: Wed, 26 Aug 2020 17:12:22 +0200 Subject: [PATCH] Change background color when in inactive mode --- web-app/src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-app/src/App.svelte b/web-app/src/App.svelte index e657e37..654da88 100644 --- a/web-app/src/App.svelte +++ b/web-app/src/App.svelte @@ -24,7 +24,7 @@ .inactive { cursor: none; - background-color: black; + background-color: #2a513e; }