2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1
View File
@@ -76,6 +76,7 @@ $body-color: $gray-dark !default;
// Style anchor elements.
$link-color: $brand-primary !default;
$link-decoration: none !default;
$link-hover-color: darken($link-color, 15%) !default;
$link-hover-decoration: underline !default;