Change color format.

This commit is contained in:
Leo
2021-11-12 23:05:41 -06:00
parent ae230dabf7
commit fb57c5376a

View File

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