/*START Hover Modal font and BG color*/
.item__copy .item__name--hint{
&:after {
background-color: #fff;
}
span.item__hint.hint{
background-color: #fff;
color:#000;
&:after {
background-color: #fff;
}
}
}
/*END Hover Modal font and BG color*/
/*START White Description*/
.lp-container .description, div.item .item__name {
color: #fff;
opacity: 1;
}
/*END*/
Editor is loading...