From c3129250694fae6b709666b6b10dbe9adf5dc22c Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 21 Oct 2021 17:39:19 -0500 Subject: [PATCH] - Change purple color. --- scss/_variables.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 5182fa3..10bc3cd 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -13,11 +13,11 @@ $black: #000 !default; $blue: #0d6efd !default; $indigo: #6610f2 !default; -$purple: #6f42c1 !default; +$purple: hsl(261, 60%, 54%) !default; // Chosen #6f42c1 !default; $pink: #d63384 !default; -$red: #da0000 !default; // Customized -$orange: hsla(30, 100%, 50%, 1) !default; // The Gold color from God -$green: hsl(134, 87%, 30%) !default; // Customized +$red: #da0000 !default; // Chosen +$orange: hsla(30, 100%, 50%, 1) !default; // Chosen, the Gold color from God +$green: hsl(134, 87%, 30%) !default; // Chosen $green: #198754 !default; $teal: #20c997 !default; $cyan: #0dcaf0 !default;