diff --git a/build/src/themes/custom/styles/_theme_sass_variable_overrides.scss b/build/src/themes/custom/styles/_theme_sass_variable_overrides.scss index 736c2b0..f6e721f 100644 --- a/build/src/themes/custom/styles/_theme_sass_variable_overrides.scss +++ b/build/src/themes/custom/styles/_theme_sass_variable_overrides.scss @@ -5,15 +5,15 @@ // $font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default; // -// $gray-700: #495057 !default; // Bootstrap $gray-700 -// $gray-100: #f8f9fa !default; // $gray-100 +$gray-700: #495057 !default; // Bootstrap $gray-700 +$gray-100: #f8f9fa !default; // $gray-100 // -// $blue: #2B4E72 !default; -// $green: #94BA65 !default; -// $cyan: #006666 !default; -// $yellow: #ec9433 !default; -// $red: #CF4444 !default; -// $dark: darken($blue, 17%) !default; +$blue: #2B4E72 !default; +$green: #94BA65 !default; +$cyan: #006666 !default; +$yellow: #ec9433 !default; +$red: #CF4444 !default; +$dark: darken($blue, 17%) !default; $font-family-sans-serif: 'ProximaNovaA-Regular', 'Century Gothic', AppleGothic, Arial, sans-serif; $scholar-blue: #00607a; $scholar-red: #900; @@ -22,12 +22,12 @@ $theme-colors: ( primary: $scholar-red, scholar: $scholar-blue, secondary: $gray-700, -// success: $green, -// info: $cyan, -// warning: $yellow, -// danger: $red, -// light: $gray-100, -// dark: $dark + success: $green, + info: $cyan, + warning: $yellow, + danger: $red, + light: $gray-100, + dark: $dark ) !default; // $link-color: map-get($theme-colors, scholar) !default;