Explorar o código

set background color for .grw-sidebar-nav

Yuki Takei %!s(int64=2) %!d(string=hai) anos
pai
achega
3ba32a6cbf
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      apps/app/src/components/Sidebar/SidebarNav.module.scss

+ 10 - 0
apps/app/src/components/Sidebar/SidebarNav.module.scss

@@ -93,3 +93,13 @@
     }
   }
 }
+
+
+.grw-sidebar-nav {
+  background-color: var(--grw-highlight-100);
+}
+@include bs.color-mode(dark) {
+  .grw-sidebar-nav {
+    background-color: var(--grw-highlight-900);
+  }
+}