Added link hover decoration variable

This commit is contained in:
Andrew Saint 2014-10-12 10:40:10 +01:00
parent 4a89fd02b7
commit 86eac52cce
2 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,7 @@ a {
&:hover,
&:focus {
color: @link-hover-color;
text-decoration: underline;
text-decoration: @link-hover-decoration;
}
&:focus {

View File

@ -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