/*START - fix hyperlink upon hover */ div.redesign .link{ &:hover{ color: #fff!important; } &:after{ background-color: #fff; } } /*end*/