d2js: updating customizable example

This commit is contained in:
delfino 2025-02-13 19:06:37 +00:00
parent 4ce43c3248
commit 9fcb7f86ab
No known key found for this signature in database
GPG key ID: CFE0DD6A770BF48C

View file

@ -109,14 +109,14 @@
<div class="center-toggle">
<label class="checkbox-label">
<input type="checkbox" id="center" />
Center mode
Centered
</label>
</div>
<div class="theme-select">
<label class="select-label">
<select id="theme" name="theme">
<option value="-1"></option>
<option value="0">Default</option>
<option selected value="0">Default</option>
<option value="1">Neutral grey</option>
<option value="3">Flagship Terrastruct</option>
<option value="4">Cool classics</option>