We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b014e41 commit 0104ecaCopy full SHA for 0104eca
_includes/masthead.html
@@ -16,7 +16,7 @@
16
<li class="masthead__menu-item"><a href="{{ domain }}{{ link.url }}">{{ link.title }}</a></li>
17
{% endfor %}
18
<li id="theme-toggle" class="masthead__menu-item persist tail">
19
- <a role="button"><i id="theme-icon" class="fa-solid fa-sun" aria-hidden="true" title="toggle theme"></i></a>
+ <a role="button" aria-labelledby="theme-icon"><i id="theme-icon" class="fa-solid fa-sun" aria-hidden="true" title="toggle theme"></i></a>
20
</li>
21
</ul>
22
<ul class="hidden-links hidden"></ul>
0 commit comments