Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasizon <asizon@gmail.com>2022-05-08 10:58:51 +0300
committerasizon <asizon@gmail.com>2022-05-09 22:35:54 +0300
commit2235247a36e6cde13a69147d9085b2c90880ce6e (patch)
tree367f75700b676d8452ad33d3b6bea69959f1a8ae
parent6319421e3d00d1ec7e664247dc1221185c74b8c6 (diff)
fix version component margin
fix darktheme background remove margin
-rw-r--r--src/css/dark-theme.css2
1 files changed, 1 insertions, 1 deletions
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 > * ~ * {