master
kek7198 2021-12-20 12:28:43 -06:00
parent 3029973c5b
commit 382c056771
1 changed files with 2 additions and 2 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-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 %}>
<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>
@ -342,7 +342,7 @@
</div>
<!-- Seaside -->
<div class="my-2 px-2 w-1/2 lg:w-1/4 flex items-center justify-center">
<input hidden name="kind" value="theme-seaside" type="radio" id="seaside-theme" class="peer" onchange="changeTheme(['theme-seaside','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-seaside dark' %}checked{% endif %}>
<input hidden name="kind" value="theme-seaside dark" type="radio" id="seaside-theme" class="peer" onchange="changeTheme(['theme-seaside','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-seaside dark' %}checked{% endif %}>
<label for="seaside-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-[#0e7490]">
<div class="h-3 w-full bg-[#0e7490]"></div>