Commit 86eac52c authored by Andrew Saint's avatar Andrew Saint
Browse files

Added link hover decoration variable

parent 4a89fd02
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples,!14786Added link hover decoration variable
Showing with 3 additions and 1 deletion
+3 -1
......@@ -52,7 +52,7 @@ a {
&:hover,
&:focus {
color: @link-hover-color;
text-decoration: underline;
text-decoration: @link-hover-decoration;
}
&:focus {
......
......@@ -34,6 +34,8 @@
@link-color: @brand-primary;
//** Link hover color set via `darken()` function.
@link-hover-color: darken(@link-color, 15%);
//** Link hover decoration.
@link-hover-decoration: underline;
//== Typography
......
Supports Markdown
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