This commit is contained in:
benjamin melançon 2018-12-14 14:45:37 -05:00
parent 32fb3146f7
commit 82fef06480

View file

@ -61,10 +61,11 @@
transition: all .3s linear;
}
&:hover {
color: $white;
background-color: darken($blue, 5%);
& > .container > .hero-image > .hero-image-shadow:before {
box-shadow: none;
color: $white;
background-color: darken($blue, 5%);
& > .container > .hero-image > .hero-image-shadow:before {
box-shadow: none;
}
}
}