- Change purple color.

This commit is contained in:
Leo
2021-10-21 17:39:19 -05:00
parent 8802f31953
commit c312925069

View File

@@ -13,11 +13,11 @@ $black: #000 !default;
$blue: #0d6efd !default; $blue: #0d6efd !default;
$indigo: #6610f2 !default; $indigo: #6610f2 !default;
$purple: #6f42c1 !default; $purple: hsl(261, 60%, 54%) !default; // Chosen #6f42c1 !default;
$pink: #d63384 !default; $pink: #d63384 !default;
$red: #da0000 !default; // Customized $red: #da0000 !default; // Chosen
$orange: hsla(30, 100%, 50%, 1) !default; // The Gold color from God $orange: hsla(30, 100%, 50%, 1) !default; // Chosen, the Gold color from God
$green: hsl(134, 87%, 30%) !default; // Customized $green: hsl(134, 87%, 30%) !default; // Chosen
$green: #198754 !default; $green: #198754 !default;
$teal: #20c997 !default; $teal: #20c997 !default;
$cyan: #0dcaf0 !default; $cyan: #0dcaf0 !default;