Remove underline, re-add on hover
This commit is contained in:
parent
85502efab3
commit
22a32c7c55
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
{% if talk.url %}
|
{% if talk.url %}
|
||||||
<footer class="mt-1">
|
<footer class="mt-1">
|
||||||
<a href="{{ talk.url }}" class="text-sm text-grey-dark hover:text-grey-darkest focus:text-grey-darkest">
|
<a href="{{ talk.url }}" class="text-sm text-grey-dark hover:text-grey-darkest focus:text-grey-darkest no-underline hover:underline">
|
||||||
Find out more
|
Find out more
|
||||||
<span class="visuallyhidden">about {{ talk.title }}</span>
|
<span class="visuallyhidden">about {{ talk.title }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Reference in a new issue