2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
+1 -1
View File
@@ -52,7 +52,7 @@ a {
&:hover,
&:focus {
color: @link-hover-color;
text-decoration: underline;
text-decoration: @link-hover-decoration;
}
&:focus {
+2
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