diff --git a/scss/_variables.scss b/scss/_variables.scss index 2c9f177..5399413 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -13,12 +13,12 @@ $black: #000 !default; $blue: #0d6efd !default; $indigo: #6610f2 !default; -$purple: hsl(265, 60%, 50%) !default; // Chosen #6f42c1 !default; +$purple: hsl(265, 60%, 50%) !default; // Chosen $pink: #d63384 !default; $red: #da0000 !default; // Chosen $orange: hsl(30, 100%, 50%) !default; // Chosen, the Gold color from God $green: hsl(134, 87%, 30%) !default; // Chosen -$green: #198754 !default; +// $green: #198754 !default; $teal: #20c997 !default; $cyan: #0dcaf0 !default; @@ -57,7 +57,7 @@ $focus-ring-width: .175rem !default; $focus-ring-opacity: .175 !default; // Body -$body-background-color: hsl(260, 27%, 94%); // Bootstrap doesn't have this variable +$body-background-color: hsl(260, 27%, 94%) !default; // Bootstrap doesn't have this variable // Links $link-decoration: none !default; @@ -81,7 +81,7 @@ $table-hover-bg-factor: .03 !default; // Code $code-font-size: 100% !default; -$code-color: $primary !default; +$code-color: $purple !default; // Forms $input-bg: $white;