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 5f9d438 commit bd7e4edCopy full SHA for bd7e4ed
themes/CodeMeta-Pyramids/layouts/partials/nav.html
@@ -22,7 +22,7 @@
22
{{ end }}
23
<li>
24
<div class="form-check dark-light-toggler">
25
- <input class="form-check-input" type="checkbox" id="darkModeSwitch">
+ <input class="form-check-input" type="checkbox" id="darkModeSwitch" aria-label="Switch between light and dark mode">
26
<label class="form-check-label" for="darkModeSwitch">
27
<i role="presentation" class='bi bi-sun-fill d-none' id='light-mode-bi' title="Light mode"></i>
28
<i role="presentation" class='bi bi-moon-stars-fill' id='dark-mode-bi' title="Dark mode"></i>
0 commit comments