Home Valuation Theme Color

mail@pastecode.io avatar
unknown
css
2 years ago
351 B
6
Indexable
Never
/*START - Change Home Valuation theme*/
.redesign.home-valuation .home-valuation__steps li{
    background-color: rgba(26,54,104,0.15)!important;
    color: #fff!important;
}
.redesign.home-valuation .home-valuation__steps li.active {
    background-color: #1A3668!important;
    color: #fff!important;
}
/*END - Change Home Valuation theme*/