feat: improved tab navigation

This commit is contained in:
Cory Dransfeldt 2024-06-18 15:32:25 -07:00
parent 7943179e16
commit ccce1537fd
No known key found for this signature in database
20 changed files with 171 additions and 59 deletions

View file

@ -1,9 +1,7 @@
<script type="module" src="/assets/scripts/components/theme-toggle.js"></script>
<span class="client-side">
<theme-toggle>
<button
class="theme-toggle"
aria-label="Toggle site theme">
<button class="theme-toggle" aria-label="Toggle site theme" role="menuitem" tabindex="0">
<span class="light">
{% tablericon "sun" "Toggle light theme" %}
</span>