From 2235247a36e6cde13a69147d9085b2c90880ce6e Mon Sep 17 00:00:00 2001 From: asizon Date: Sun, 8 May 2022 09:58:51 +0200 Subject: [PATCH] fix version component margin fix darktheme background remove margin --- src/css/dark-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/dark-theme.css b/src/css/dark-theme.css index f488e8ab..b2c8606a 100644 --- a/src/css/dark-theme.css +++ b/src/css/dark-theme.css @@ -48,7 +48,7 @@ body { /* NOTE: need to think on how to load the dark theme with vue */ #status-bar { - background-color: #414443; + background-color: #414443 !important; } #status-bar > * ~ * {