소스 검색

antarctic theme border-color adjustment.

oshikishintaro 5 년 전
부모
커밋
91120ae1b0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/client/styles/scss/theme/antarctic.scss

+ 2 - 1
src/client/styles/scss/theme/antarctic.scss

@@ -98,7 +98,8 @@ html[dark] {
   $color-editor-icons: $color-global;
 
   // Border colors
-  $border-color-theme: $gray-300; // former: `$navbar-border: $gray-300;`
+  $border-color-theme: $gray-400; // former: `$navbar-border: $gray-300;`
+  $border-color-global: $gray-400;
   $bordercolor-inline-code: #ccc8c8; // optional
 
   // Dropdown colors