mirror of
https://github.com/hnhx/librex.git
synced 2025-04-29 14:09:27 -04:00
changed default theme option from auto to dark
This commit is contained in:
parent
ab2d9e28c5
commit
b30be1ebc6
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
|||
<select name="theme">
|
||||
<?php
|
||||
|
||||
$themes = "<option value=\"auto\">Auto</option>
|
||||
<option value=\"dark\">Dark</option>
|
||||
$themes = "<option value=\"dark\">Dark</option>
|
||||
<option value=\"light\">Light</option>
|
||||
<option value=\"auto\">Auto</option>
|
||||
<option value=\"nord\">Nord</option>
|
||||
<option value=\"night_owl\">Night Owl</option>
|
||||
<option value=\"discord\">Discord</option>";
|
||||
|
|
Loading…
Add table
Reference in a new issue