Skip to content

Commit

Permalink
Enable all theme-colors
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Jul 7, 2023
1 parent fad10ca commit 441e59f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions build/src/themes/custom/styles/_theme_sass_variable_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;

0 comments on commit 441e59f

Please sign in to comment.