1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

fixes #17385: add var for default link decoration

This commit is contained in:
Mark Otto
2015-09-01 21:14:51 -07:00
parent 7f18d02e56
commit 8f9e50c02d
2 changed files with 2 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ blockquote {
a {
color: $link-color;
text-decoration: none;
text-decoration: $link-decoration;
@include hover-focus {
color: $link-hover-color;