Browse Source

set background color for .grw-sidebar-nav

Yuki Takei 2 years ago
parent
commit
3ba32a6cbf
1 changed files with 10 additions and 0 deletions
  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);
+  }
+}