From 70a480a5a287066d5dbdda7ccd604791e328b550 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 7 Jan 2024 23:42:23 -0600 Subject: [PATCH 1/2] Remove unused $green variable. --- scss/_variables.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 5399413..c90ef92 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -18,7 +18,6 @@ $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; $teal: #20c997 !default; $cyan: #0dcaf0 !default; From 6d1918b68b1c13c7859381de9ce488b05d0c02a0 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 7 Jan 2024 23:45:07 -0600 Subject: [PATCH 2/2] Update default link styling. --- scss/_variables.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index c90ef92..f7185d1 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -59,8 +59,7 @@ $focus-ring-opacity: .175 !default; $body-background-color: hsl(260, 27%, 94%) !default; // Bootstrap doesn't have this variable // Links -$link-decoration: none !default; -$link-hover-decoration: underline !default; +$link-hover-decoration: none !default; // Typography $font-family-sans-serif: "Roboto", sans-serif !default;