80154: Revert to default Bootstrap grays

This commit is contained in:
Yura Bondarenko
2021-06-17 16:57:48 +02:00
parent b556234207
commit f3faa0df2c
3 changed files with 7 additions and 24 deletions

View File

@@ -12,12 +12,6 @@ $image-path: "../assets/images" !default;
/** Bootstrap Variables **/
/* Colors */
$gray-base: #000 !default;
$gray-900: lighten($gray-base, 13.5%) !default; // #222
$gray-800: lighten($gray-base, 26.6%) !default; // #444
$gray-700: lighten($gray-base, 46.6%) !default; // #777
$gray-600: lighten($gray-base, 73.3%) !default; // #bbb
$gray-100: lighten($gray-base, 93.5%) !default; // #eee
/* Reassign color vars to semantic color scheme */
$blue: #2B4E72 !default;
@@ -29,12 +23,12 @@ $dark: darken($blue, 17%) !default;
$theme-colors: (
primary: $blue,
secondary: $gray-700,
secondary: #495057, // Bootstrap $gray-700
success: $green,
info: $cyan,
warning: $yellow,
danger: $red,
light: $gray-100,
light: #f8f9fa, // Bootstrap $gray-100
dark: $dark
) !default;
/* Fonts */