kaoritokashiki 5 лет назад
Родитель
Сommit
bbcef66402
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/client/styles/scss/_override-bootstrap-variables.scss

+ 4 - 0
src/client/styles/scss/_override-bootstrap-variables.scss

@@ -27,6 +27,10 @@ $red: #ff0a54 !default;
 
 //== Typography
 //
+$gray-400: $gray-300;
+$gray-500: $gray-400;
+$gray-600: $gray-500;
+
 //## Font, line-height, and color for body text, headings, and more.
 $font-family-sans-serif:  Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
 $font-family-serif:       Georgia, "Times New Roman", Times, serif;