We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395e525 commit 787fdf1Copy full SHA for 787fdf1
ui.html
@@ -12,11 +12,11 @@
12
<header id="options">
13
<div id="logo" aria-hidden="true">Oildrop</div>
14
<div class="bar dense-bar">
15
- <label>
+ <label title="Toggle between Oildrop's light and dark mode.">
16
<input id="light-toggle" class="wrapped-checkbox" type="checkbox">
17
<div class="checkbox-proxy" id="light-toggle-icon"></div>
18
</label>
19
- <button id="settings-button"></button>
+ <button id="settings-button" title="Open the settings dialogue, which contains additional features and accessibility options."></button>
20
</div>
21
</header>
22
0 commit comments