We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e44b5 commit fcde726Copy full SHA for fcde726
1 file changed
src/scss/config/_bootstrap-overrides.scss
@@ -84,7 +84,7 @@ $body-color: $font-color;
84
// ---------------------------------------------------------------------------
85
86
$link-decoration: none;
87
-$link-hover-color: darken($primary, 15%);
+$link-hover-color: color.adjust($primary, $lightness: -15%);
88
$link-hover-decoration: none;
89
90
0 commit comments