v0.6.0 - Darkmode
This commit is contained in:
@@ -31,17 +31,17 @@
|
||||
</select>
|
||||
|
||||
|
||||
<label for="dark">Sprog / Languages:</label>
|
||||
<label for="dark">Tema / Theme:</label>
|
||||
<select name="light" id="darkmode">
|
||||
@if(request()->cookie('mode') == "light")
|
||||
<option selected name="ligthmode" value="Light">Light</option>
|
||||
<option selected name="ligthmode" style="color: black;" value="Light">{{ __("msg.lys") }}</option>
|
||||
@else
|
||||
<option name="light" value="light">Light</option>
|
||||
<option name="light" style="color: black;" value="light">{{ __("msg.lys") }}</option>
|
||||
@endif
|
||||
@if(request()->cookie('mode') == "dark")
|
||||
<option selected name="darkmode" value="dark">Dark</option>
|
||||
<option selected name="darkmode" style="color: black;" value="dark">{{ __("msg.mørk") }}</option>
|
||||
@else
|
||||
<option name="dark" value="dark">Dark</option>
|
||||
<option name="dark" style="color: black;" value="dark">{{ __("msg.mørk") }}</option>
|
||||
@endif
|
||||
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user