Skip to content
Snippets Groups Projects
Commit f62b3420 authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #23161 [finc] revert changes from 22939

* link-text-decoration default is underline
parent e22579e0
Branches
Tags
No related merge requests found
......@@ -174,7 +174,7 @@ $margin-right-width: inherit !default;
// *****************************************************************
$link-color: $brand-primary !default;
$link-hover-color: darken($link-color, 15%) !default;
$link-text-decoration: none !default;
$link-text-decoration: underline !default;
$link-hover-decoration: $link-text-decoration !default;
$link-on-dark-bg-color: invert($link-color) !default;
......
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