Testimonials
LBautista
css
09/17/2024 12:15 AM
348 B
17
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