master
kek7198 2021-12-20 13:04:21 -06:00
parent e4187ed7a4
commit cfce9b5219
2 changed files with 3 additions and 3 deletions

View File

@ -98,8 +98,8 @@
--color-100: 244,244,245;
--color-200: 228,228,231;
--color-300: 212,212,216;
--color-400: 161,161,170;
--color-500: 113,113,122;
--color-400: 161, 161,171;
--color-500: 117, 117,126;
--color-600: 82,82,91;
--color-700: 63,63,70;
--color-800: 39,39,42;

View File

@ -73,7 +73,7 @@
<!-- Slate -->
<div class="my-2 px-2 w-1/2 lg:w-1/4 flex items-center justify-center">
<input hidden name="theme" value="theme-iron" type="radio" id="iron-theme" class="peer" onchange="changeTheme(['theme-iron']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-iron'%}checked{% endif %}>
<label for="iron-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 peer-checked:rounded-lg overflow-hidden">
<label for="iron-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-[#3f3f46]">
<div class="h-3 w-full bg-[#3f3f46]"></div>
<div class="h-4 w-full bg-[#d4d4d8]"></div>