Update index.html

This commit is contained in:
bihlink 2022-07-05 23:26:21 +02:00 committed by GitHub
parent 36612bd644
commit b2de779869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -41,9 +41,11 @@
<br>
<label>Theme:
<select id="theme">
<!--
<option value="dark">Dark</option>
<option value="light">Light</option>
<option value="auto">Auto (based on css prefers-color-scheme)</option>
-->
<option value="modern-light">Modern Light</option>
</select>
</label>