oshikishintaro 5 лет назад
Родитель
Сommit
80e0379185

+ 1 - 1
src/client/styles/scss/_override-bootstrap-variables.scss

@@ -25,7 +25,7 @@ $gray-900: darken($dark, 5%) !default;
 $grays: ("50": $gray-50) !default;
 $red: #ff0a54 !default;
 
-$border-color: red; //glay-200 test
+$border-color: $gray-300 !default;
 
 //== Typography
 //

+ 1 - 1
src/client/styles/scss/theme/default.scss

@@ -90,7 +90,7 @@ html[light] {
   $color-editor-icons: $color-global;
 
   // Border colors
-  $border-color-theme: blue;
+  $border-color-theme: $gray-400;
   $bordercolor-inline-code: $gray-400; // optional
 
   // Dropdown colors