master
kek7198 2021-12-20 12:29:59 -06:00
parent 382c056771
commit 52b07bcc9c
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@
</div>
<!-- Choco Mint -->
<div class="my-2 px-2 w-1/2 lg:w-1/4 flex items-center justify-center">
<input hidden name="kind" value="theme-choco-mint dark" type="radio" id="choco-mint-theme-dark" class="peer" onchange="changeTheme(['theme-choco-mint','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-choco-mint dark'%}checked{% endif %}>
<input hidden name="kind" value="theme-choco-mint dark" type="radio" id="choco-mint-theme" class="peer" onchange="changeTheme(['theme-choco-mint','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-choco-mint dark' %}checked{% endif %}>
<label for="choco-mint-theme" class="flex flex-col items-center justify-center w-full h-full text-center border border-gray-300 shadow-sm dark:border-gray-600 hover:bg-gray-100 dark:hover:bg-gray-600 peer-checked:border-blue-500 rounded-lg overflow-hidden">
<div class="flex flex-col w-full h-full bg-[#524c37]">
<div class="h-3 w-full bg-[#524c37]"></div>