Testimonials

 avatar
LBautista
css
10 months ago
259 B
6
Indexable
/*START - read more change color*/
.collection blockquote .read-more {
    &:hover{
        color: #999;
        &:before{
            background: #999;
            &:after{
                background: #000;
            }
        }
    }
}
/*END*/
Editor is loading...
Leave a Comment