Neighborhood Points of Interest & Commute

 avatar
JohnMatthewLumba
plain_text
a month ago
361 B
3
Indexable
Never
/*START - fix popup info WB Matthew */
div.score__help{
    svg path{
        fill: #fff!important;
    }
    div.tippy-box{
        background-color: #fff;
        color:#000;
        div.tippy-content  {
            background-color: #fff!important;
        }
        .tippy-arrow {
            color: #fff!important;
        }
    }
}
/*end*/
Leave a Comment