Commit 8f9e50c0 authored by Mark Otto's avatar Mark Otto

fixes #17385: add var for default link decoration

parent 7f18d02e
......@@ -146,7 +146,7 @@ blockquote {
a {
color: $link-color;
text-decoration: none;
text-decoration: $link-decoration;
@include hover-focus {
color: $link-hover-color;
......
......@@ -76,6 +76,7 @@ $body-color: $gray-dark !default;
// Style anchor elements.
$link-color: $brand-primary !default;
$link-decoration: none !default;
$link-hover-color: darken($link-color, 15%) !default;
$link-hover-decoration: underline !default;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment