mirror of https://github.com/CIRCL/lookyloo
fix: avoid passing a bad color scheme value
parent
4ff9b7651d
commit
40105a64a3
|
@ -275,7 +275,7 @@
|
|||
<label for="color_scheme" class="col-sm-2 col-form-label">Color scheme:</label>
|
||||
<div class="col-sm-10">
|
||||
<select class="form-select" id="color_scheme" name="color_scheme" aria-label="Select a prefered color scheme">
|
||||
<option selected>Select a color scheme</option>
|
||||
<option value="" selected>Select a color scheme</option>
|
||||
<option value="light">Light</option>
|
||||
<option value="dark">Dark</option>
|
||||
<option value="no-preference">No preference</option>
|
||||
|
|
Loading…
Reference in New Issue