diff --git a/dashboard/index.html b/dashboard/index.html
index c27c8ec95..85a4a3145 100644
--- a/dashboard/index.html
+++ b/dashboard/index.html
@@ -149,8 +149,8 @@
-
-
+
+
diff --git a/dashboard/src/theme.scss b/dashboard/src/theme.scss
index ab5e120e2..a12a2c345 100644
--- a/dashboard/src/theme.scss
+++ b/dashboard/src/theme.scss
@@ -389,8 +389,7 @@ html, body {
position: relative;
z-index: 1000;
transition: all 250ms ease;
- width: 250px;
- min-width: 250px;
+ min-width: 280px;
height: 100%;
white-space: nowrap !important;
overflow: hidden;
@@ -462,10 +461,16 @@ html, body {
}
.nav-sidebar-item:hover {
- background-color: var(--pankow-color-background-hover);
+ background-color: #e9ecef;
text-decoration: none;
}
+@media (prefers-color-scheme: dark) {
+ .nav-sidebar-item:hover {
+ background-color: var(--card-background);
+ }
+}
+
.nav-sidebar-item.active i ,
.nav-sidebar-item:hover i {
opacity: 1;