fix
This commit is contained in:
parent
59c73afc44
commit
5cc6c6826c
2 changed files with 43 additions and 0 deletions
|
@ -119,6 +119,19 @@
|
|||
--color-900: 0,0,31;
|
||||
}
|
||||
|
||||
.theme-war-games {
|
||||
--color-primary: 72,236,135;
|
||||
--color-100: 207,251,231;
|
||||
--color-200: 207,251,231;
|
||||
--color-300: 207,251,231;
|
||||
--color-400: 114,244,173;
|
||||
--color-500: 72,236,135;
|
||||
--color-600: 39,219,138;
|
||||
--color-700: 0,31,27;
|
||||
--color-800: 0,31,27;
|
||||
--color-900: 0,31,27;
|
||||
}
|
||||
|
||||
.theme-yale {
|
||||
--color-primary: 109,40,217;
|
||||
--color-100: 254,231,244;
|
||||
|
|
|
@ -550,6 +550,36 @@
|
|||
</div>
|
||||
</label>
|
||||
</div>
|
||||
<!-- War Games -->
|
||||
<div class="my-2 px-2 w-1/2 lg:w-1/4 flex items-center justify-center">
|
||||
<input hidden name="theme" value="theme-war-games dark" type="radio" id="war-games-theme" class="peer" onchange="changeTheme(['theme-war-games','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-war-games dark' %}checked{% endif %}>
|
||||
<label for="war-games-theme" class="flex flex-col items-center justify-center w-full h-full text-center border border-gray-300 hover:border-gray-400 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-[#001f1b]">
|
||||
<div class="h-3 w-full bg-[#001f1b]"></div>
|
||||
<div class="h-4 w-full bg-[#001f1b]"></div>
|
||||
<ul class="flex flex-col space-y-1 h-12 w-full bg-[#001f1b] p-2 mb-0">
|
||||
<li class="flex">
|
||||
<i class="fas fa-arrow-alt-up text-[8px] text-[#48ec87]"></i>
|
||||
<div class="ml-1 h-2 w-2/4 rounded-full bg-black/40"></div>
|
||||
<div class="ml-auto h-2 w-1/4 rounded-full bg-[#48ec87]"></div>
|
||||
</li>
|
||||
<li class="flex">
|
||||
<i class="fas fa-arrow-alt-up text-[8px] text-black/40"></i>
|
||||
<div class="ml-1 h-2 w-2/4 rounded-full bg-black/40"></div>
|
||||
<div class="ml-auto h-2 w-1/4 rounded-full bg-transparent"></div>
|
||||
</li>
|
||||
<li class="flex">
|
||||
<i class="fas fa-arrow-alt-up text-[8px] text-black/40"></i>
|
||||
<div class="ml-1 h-2 w-2/4 rounded-full bg-black/40"></div>
|
||||
<div class="ml-auto h-2 w-1/4 rounded-full bg-transparent"></div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="w-full border-t border-gray-200 dark:border-gray-600 p-2 text-center">
|
||||
<span class="font-bold text-base">War Games</span>
|
||||
</div>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue