diff --git a/Server/wwwroot/css/Themes/cyborg.custom.css b/Server/wwwroot/css/Themes/cyborg.custom.css
index ceb0dab1..a29d85e4 100644
--- a/Server/wwwroot/css/Themes/cyborg.custom.css
+++ b/Server/wwwroot/css/Themes/cyborg.custom.css
@@ -3,7 +3,7 @@
background: rgb(20,20,20) !important;
}
-nav.navbar.navbar-dark.bg-dark {
+nav.navbar.navbar-dark.bg-primary {
background-color: #222222 !important;
}
diff --git a/Server/wwwroot/css/Themes/yeti.custom.css b/Server/wwwroot/css/Themes/yeti.custom.css
index 72a38a90..37e8449b 100644
--- a/Server/wwwroot/css/Themes/yeti.custom.css
+++ b/Server/wwwroot/css/Themes/yeti.custom.css
@@ -2,10 +2,6 @@
}
-nav.navbar.navbar-dark.bg-dark {
- background-color: #008cba !important
-}
-
hr {
border-top: 1px solid #282828;
}