We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84eeba commit bd46db4Copy full SHA for bd46db4
layouts/partials/header.html
@@ -74,7 +74,7 @@
74
{{- end }}
75
<div class="logo-switches">
76
{{- if (not site.Params.disableThemeToggle) }}
77
- <button id="theme-toggle" accesskey="t" title="(Alt + T)">
+ <button id="theme-toggle" accesskey="t" title="(Alt + T)" aria-label="Toggle theme">
78
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="18" viewBox="0 0 24 24"
79
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
80
stroke-linejoin="round">
0 commit comments