Remove outline

This commit is contained in:
Oliver Davies 2019-01-06 03:36:08 +00:00
parent a45ed14692
commit 4115aeae71

View file

@ -4,7 +4,7 @@
<ul class="list-reset flex flex-wrap"> <ul class="list-reset flex flex-wrap">
{% for tag in page.tags|sort %} {% for tag in page.tags|sort %}
<li> <li>
<a href="/blog/tags/{{ tag }}" class="text-xs py-1 px-2 mr-1 mb-1 bg-grey-lighter text-grey-darker leading-none no-underline hover:underline focus:bg-grey-darker focus:text-white"> <a href="/blog/tags/{{ tag }}" class="text-xs py-1 px-2 mr-1 mb-1 bg-grey-lighter text-grey-darker leading-none no-underline hover:underline focus:bg-grey-darker focus:text-white focus:outline-none">
{{- tag -}} {{- tag -}}
</a> </a>
</li> </li>