Testimonials
LBautista
css
a year ago
259 B
11
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