Property Details - Property Agent

 avatar
Bnnthpnzln
css
16 days ago
178 B
2
Indexable
Never
Melissa Temple
/*START - fix hyperlink upon hover */
div.redesign .link{
    &:hover{
        color: #fff!important;
    } 
    &:after{
        background-color: #fff;
    }
}
/*end*/
Leave a Comment