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;