Add apply button to scheme swap, make it easier to read
This commit is contained in:
parent
6f5740ecee
commit
1bfc111503
3 changed files with 13 additions and 3 deletions
|
@ -62,7 +62,7 @@ class="pixel" alt="Wiby - Search Engine for the Classic Web">
|
|||
href="https://github.com/floppydisk05/diskfloppy.me">Source</a>,
|
||||
Served by {{ gethostname() }}<br>
|
||||
<label for="scheme-selector">Color Scheme:</label>
|
||||
<select onchange="swapScheme(this.value)" id="scheme-selector">
|
||||
<select id="scheme-selector">
|
||||
<optgroup label="Misc">
|
||||
<option value="c64">C64</option>
|
||||
</optgroup>
|
||||
|
@ -95,7 +95,8 @@ class="pixel" alt="Wiby - Search Engine for the Classic Web">
|
|||
<option value="slate">Slate</option>
|
||||
<option value="solarized-dark">Solarized Dark</option>
|
||||
</optgroup>
|
||||
</select></p>
|
||||
</select>
|
||||
<button onclick="swapScheme()">Apply</button></p>
|
||||
</div>
|
||||
</div> <!-- footer -->
|
||||
</div> <!-- page -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue