Change color in read-more button
This commit is contained in:
parent
f73738788e
commit
24744f2a0d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue