Update button and tag styling

This commit is contained in:
Oliver Davies 2018-12-19 21:34:19 +00:00
parent 007435e4d7
commit 8982cdcf3c
4 changed files with 11 additions and 12 deletions

View file

@ -1,6 +1,4 @@
<a
href="{{ post.url }}"
class="inline-block bg-blue hover:bg-blue-dark focus:bg-blue-dark px-5 py-2 rounded-full no-underline hover:underline focus:underline text-white text-sm">
Read more
<span class="visuallyhidden">about {{ post.title }}</span>
<a href="{{ post.url }}" class="button">
Read more
<span class="visuallyhidden">about {{ post.title }}</span>
</a>