Browse Source

change tab border color

kaoritokashiki 6 năm trước cách đây
mục cha
commit
3cfb71e2bf
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/client/styles/scss/theme/island.scss

+ 3 - 0
src/client/styles/scss/theme/island.scss

@@ -59,6 +59,9 @@ html[dark] {
   // Sidebar list group
   $bgcolor-sidebar-list-group: #eff8f7; // optional
 
+  // Tabs
+  $bordercolor-nav-tabs: #ccc; // optional
+
   // Icon colors
   $color-editor-icons: $color-global;