2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

@link-color-hover to @link-hover-color

This commit is contained in:
Mark Otto
2013-03-31 17:27:22 -07:00
parent 376bd20b3a
commit d6f37f3c56
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ a {
}
a:hover,
a:focus {
color: @link-color-hover;
color: @link-hover-color;
text-decoration: underline;
}
a:focus {