/*START - read more change color*/ .collection blockquote .read-more { &:hover{ color: #999; &:before{ background: #999; &:after{ background: #000; } } } } /*END*/