forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-20 17:00:59 -06:00
parent f1757b564d
commit d7a8cdb7e4
2 changed files with 8 additions and 4 deletions

View File

@ -1843,6 +1843,10 @@ video {
--tw-bg-opacity: 1;
background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}
.bg-\[\#000000\] {
--tw-bg-opacity: 1;
background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-300\/40 {
background-color: rgba(var(--color-300), 0.4);
}

View File

@ -374,10 +374,10 @@
<div class="my-2 px-2 w-1/2 lg:w-1/4 flex items-center justify-center">
<input hidden name="theme" value="theme-abyss dark" type="radio" id="abyss-theme" class="peer" onchange="changeTheme(['theme-abyss','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-abyss dark' %}checked{% endif %}>
<label for="abyss-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-[#000000]">
<div class="h-3 w-full bg-[#000000]"></div>
<div class="h-4 w-full bg-[#000000]"></div>
<ul class="flex flex-col space-y-1 h-12 w-full bg-[#000000] p-2 mb-0">
<div class="flex flex-col w-full h-full bg-black">
<div class="h-3 w-full bg-black"></div>
<div class="h-4 w-full bg-black"></div>
<ul class="flex flex-col space-y-1 h-12 w-full bg-black p-2 mb-0">
<li class="flex">
<i class="fas fa-arrow-alt-up text-[8px] text-[#db2777]"></i>
<div class="ml-1 h-2 w-2/4 rounded-full bg-white/50"></div>