2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Rename $card-link-hover-color to $card-inverse-link-hover-color

This commit is contained in:
Patrick Yeo
2017-05-30 17:24:15 -07:00
committed by Mark Otto
parent 4119023482
commit 0800c7e1c8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
}
.card-link {
@include hover-focus {
color: $card-link-hover-color;
color: $card-inverse-link-hover-color;
}
}
}