1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

Variable darken percentage for emphasized links

This commit is contained in:
Martijn Cuppens
2018-10-22 19:52:20 +02:00
committed by XhmikosR
parent ff40e00323
commit 1c91f48251
2 changed files with 7 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
}
a#{$parent} {
@include hover-focus {
color: darken($color, 10%) !important;
color: darken($color, $emphasized-link-hover-darken-percentage) !important;
}
}
}