From 6d1918b68b1c13c7859381de9ce488b05d0c02a0 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 7 Jan 2024 23:45:07 -0600 Subject: [PATCH] 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;