diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-06-16 14:53:15 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-06-16 14:53:15 +0200 |
commit | 7d200a05551ff614cc27e8b1547b3decf519ba9d (patch) | |
tree | 344c803d2dba5e61a868ad94a702592a656d73ca /settings.html | |
parent | 3332ab0c0cab70fdc20b181b10199ec24d78f552 (diff) |
Test commit
Diffstat (limited to 'settings.html')
-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> |