Skip to content

Commit

Permalink
Update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Nov 3, 2023
1 parent d1edd0f commit f0e17b0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $gray-600: #8e8c84 !default;
$gray-700: #495057 !default;
$gray-800: #3e3f3a !default;
$gray-900: #212529 !default;
$b-text: #111 !default;
$black: #000 !default;

$blue: #325d88 !default;
Expand All @@ -41,9 +42,13 @@ $dark: $gray-800 !default;

$min-contrast-ratio: 2 !default;

// Background

$background-color: $gray-300 !important;

// Body

$body-color: $gray-800 !default;
$body-color: $b-text !default;

// Links

Expand Down

0 comments on commit f0e17b0

Please sign in to comment.