1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

fix travis error

This commit is contained in:
Gijs Boddeus 2017-10-04 11:29:38 +02:00 committed by GitHub
parent 3d5b1c004a
commit cefc68d464

View file

@ -4,8 +4,8 @@
&[href] { &[href] {
@include hover-focus { @include hover-focus {
text-decoration: none;
color: color-yiq($bg); color: color-yiq($bg);
text-decoration: none;
background-color: darken($bg, 10%); background-color: darken($bg, 10%);
} }
} }