fix
This commit is contained in:
parent
a7aa1741c8
commit
3f19255c27
1 changed files with 2 additions and 2 deletions
|
@ -432,8 +432,8 @@
|
|||
</div>
|
||||
<!-- cambridge -->
|
||||
<div class="my-2 px-2 w-1/2 lg:w-1/4 flex items-center justify-center">
|
||||
<input hidden name="theme" value="theme-midnight dark" type="radio" id="midnight-theme" class="peer" onchange="changeTheme(['theme-midnight','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-midnight dark' %}checked{% endif %}>
|
||||
<label for="midnight-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 peer-checked:bg-blue-600/10 rounded-lg overflow-hidden">
|
||||
<input hidden name="theme" value="theme-cambridge dark" type="radio" id="cambridge-theme" class="peer" onchange="changeTheme(['theme-cambridge','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-cambridge dark' %}checked{% endif %}>
|
||||
<label for="cambridge-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 peer-checked:bg-blue-600/10 rounded-lg overflow-hidden">
|
||||
<div class="flex flex-col w-full h-full bg-[#44403c]">
|
||||
<div class="h-3 w-full bg-[#44403c]"></div>
|
||||
<div class="h-4 w-full bg-[#d6d3d1]"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue