Ensure button links are marked as buttons
This commit is contained in:
parent
2024aa0ad5
commit
8ec9256c78
3 changed files with 4 additions and 4 deletions
|
@ -11,8 +11,8 @@
|
||||||
© <a href="{{ homepage_url }}">TheOrangeOne</a> {% now "Y" %}
|
© <a href="{{ homepage_url }}">TheOrangeOne</a> {% now "Y" %}
|
||||||
</p>
|
</p>
|
||||||
<p id="to-top" class="is-size-7">
|
<p id="to-top" class="is-size-7">
|
||||||
<a class="scroll-top">To top</a>
|
<a class="scroll-top" role="button">To top</a>
|
||||||
<a id="to-top-elevator" data-main-audio="{% static 'contrib/elevator-js/elevator.mp3' %}" data-end-audio="{% static 'contrib/elevator-js/ding.mp3' %}">
|
<a role="button" id="to-top-elevator" data-main-audio="{% static 'contrib/elevator-js/elevator.mp3' %}" data-end-audio="{% static 'contrib/elevator-js/ding.mp3' %}">
|
||||||
<em>in style</em>
|
<em>in style</em>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a class="navbar-item navbar-icon is-link" id="dark-mode-toggle" title="Toggle dark mode">
|
<a class="navbar-item navbar-icon is-link" id="dark-mode-toggle" title="Toggle dark mode" role="button">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<i class="fa-solid fa-circle-half-stroke" aria-hidden="true"></i>
|
<i class="fa-solid fa-circle-half-stroke" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -12,6 +12,6 @@
|
||||||
<a class="telegram" title="Share on Telegram"></a>
|
<a class="telegram" title="Share on Telegram"></a>
|
||||||
<a class="twitter" title="Twitter"></a>
|
<a class="twitter" title="Twitter"></a>
|
||||||
<a class="whatsapp" title="Share on WhatsApp"></a>
|
<a class="whatsapp" title="Share on WhatsApp"></a>
|
||||||
<a class="copy-url"></a>
|
<a role="button" class="copy-url"></a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue