Browse Source

add style

itizawa 6 năm trước cách đây
mục cha
commit
37acc0a73b
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 11 0
      src/client/styles/scss/theme/_apply-colors.scss

+ 11 - 0
src/client/styles/scss/theme/_apply-colors.scss

@@ -116,6 +116,17 @@ $link-hover-color: $color-link-hover;
       border-right-color: darken($bgcolor-global, 4%);
     }
   }
+  div[data-testid='GlobalNavigation'] {
+    div {
+      background-color: $bgcolor-sidebar;
+    }
+  }
+  div[data-testid='ContextualNavigation'] {
+    div {
+      color: $color-sidebar-context;
+      background-color: $bgcolor-sidebar-context;
+    }
+  }
 }
 
 /*