diff options
-rw-r--r-- | settings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.html b/settings.html index f8ab413..1f2977c 100644 --- a/settings.html +++ b/settings.html @@ -36,7 +36,7 @@ </a> <h1>Page Settings</h1> <h2 class="options">Dark Theme</h2> - <label class="switch"> + <label class="switch" aria-label="Dark Theme"> <input type="checkbox" id="page_theme" onclick="change_theme()"> <span class="slider" id="slider"></span> </label> |