various fixes

This commit is contained in:
Kyle
2021-01-08 17:50:21 -08:00
parent c4a9d37a22
commit 729f93f9d5
10 changed files with 96 additions and 22 deletions

View File

@@ -18,7 +18,7 @@
<input id='background-url' class='input' type='url' placeholder='Enter a URL' onchange='changeThemeVar(this.value, "background");'>
<h4>Shift the Background's Hue</h4>
<input id='hue-rotate' class='input' type='range' min='0' max='360' step='1' oninput='changeThemeVar(this.value, "huerotate");'>
<h4>Enable Rainbow-Mode</h4>
<h4>Enable/Set Rainbow Speed</h4>
<input id='hue-rotate-auto' class='input' type='range' min='0' max='200' step='1' oninput='changeThemeVar(this.value, "rainbow");'>
<h3 class='margin-top'>Readable Areas</h3>
<h4>Adjust the Brightness</h4>