Change color in read-more button

This commit is contained in:
Oscar Cortez 2015-07-21 00:54:39 -06:00
parent f73738788e
commit 24744f2a0d

View file

@ -9,7 +9,7 @@
{{ post.excerpt }}
</div>
<div class="mdl-card__actions">
<a href="{{ post.url | prepend: site.baseurl }}" class="mdl-button">Read More</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="{{ post.url | prepend: site.baseurl }}">Read More</a>
</div>
</div>