aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGijs Boddeus <[email protected]>2017-10-04 11:29:38 +0200
committerGitHub <[email protected]>2017-10-04 11:29:38 +0200
commitcefc68d464ab173b42f5c09c968ac49dfed08aa1 (patch)
treeefb21c74928fbb21aef3b7847acadb60482faf80
parent3d5b1c004ac0d6e3758164e5bbba9f493579f3d3 (diff)
downloadbootstrap-cefc68d464ab173b42f5c09c968ac49dfed08aa1.tar.xz
bootstrap-cefc68d464ab173b42f5c09c968ac49dfed08aa1.zip
fix travis error
-rw-r--r--scss/mixins/_badge.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_badge.scss b/scss/mixins/_badge.scss
index c1caafe48..eeca0b40d 100644
--- a/scss/mixins/_badge.scss
+++ b/scss/mixins/_badge.scss
@@ -4,8 +4,8 @@
&[href] {
@include hover-focus {
- text-decoration: none;
color: color-yiq($bg);
+ text-decoration: none;
background-color: darken($bg, 10%);
}
}