fix
This commit is contained in:
parent
f68b6d6a08
commit
8b85493f6c
2 changed files with 20 additions and 16 deletions
12
files/static/dist/main.css
vendored
12
files/static/dist/main.css
vendored
|
@ -1867,13 +1867,13 @@ video {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
|
background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
.bg-\[\#00001f\] {
|
.bg-\[\#d73987\] {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(0, 0, 31, var(--tw-bg-opacity));
|
background-color: rgba(215, 57, 135, var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
.bg-\[\#fbcfe8\] {
|
.bg-\[\#6d28d9\] {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
|
background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
.bg-gray-300\/40 {
|
.bg-gray-300\/40 {
|
||||||
background-color: rgba(var(--color-300), 0.4);
|
background-color: rgba(var(--color-300), 0.4);
|
||||||
|
@ -2345,6 +2345,10 @@ video {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(153, 27, 27, var(--tw-text-opacity));
|
color: rgba(153, 27, 27, var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
.text-\[\#feed08\] {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(254, 237, 8, var(--tw-text-opacity));
|
||||||
|
}
|
||||||
.antialiased {
|
.antialiased {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
|
@ -462,25 +462,25 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- yale -->
|
<!-- yale -->
|
||||||
<div class="my-2 px-2 w-1/2 lg:w-1/4 flex items-center justify-center">
|
<div class="my-2 px-2 w-1/2 lg:w-1/4 flex items-center justify-center">
|
||||||
<input hidden name="theme" value="theme-yale" type="radio" id="yale-theme" class="peer" onchange="changeTheme(['theme-yale']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-yale' %}checked{% endif %}>
|
<input hidden name="theme" value="theme-yale dark" type="radio" id="yale-theme" class="peer" onchange="changeTheme(['theme-yale','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-yale dark' %}checked{% endif %}>
|
||||||
<label for="yale-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">
|
<label for="yale-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-[#00001f]">
|
<div class="flex flex-col w-full h-full bg-[#d73987]">
|
||||||
<div class="h-3 w-full bg-[#00001f]"></div>
|
<div class="h-3 w-full bg-[#d73987]"></div>
|
||||||
<div class="h-4 w-full bg-[#fbcfe8]"></div>
|
<div class="h-4 w-full bg-[#d73987]"></div>
|
||||||
<ul class="flex flex-col space-y-1 h-12 w-full bg-[#fbcfe8] p-2 mb-0">
|
<ul class="flex flex-col space-y-1 h-12 w-full bg-black p-2 mb-0">
|
||||||
<li class="flex">
|
<li class="flex">
|
||||||
<i class="fas fa-arrow-alt-up text-[8px] text-[#ec4899]"></i>
|
<i class="fas fa-arrow-alt-up text-[8px] text-[#feed08]"></i>
|
||||||
<div class="ml-1 h-2 w-2/4 rounded-full bg-black/40"></div>
|
<div class="ml-1 h-2 w-2/4 rounded-full bg-white/50"></div>
|
||||||
<div class="ml-auto h-2 w-1/4 rounded-full bg-[#ec4899]"></div>
|
<div class="ml-auto h-2 w-1/4 rounded-full bg-[#6d28d9]"></div>
|
||||||
</li>
|
</li>
|
||||||
<li class="flex">
|
<li class="flex">
|
||||||
<i class="fas fa-arrow-alt-up text-[8px] text-black/40"></i>
|
<i class="fas fa-arrow-alt-up text-[8px] text-white/50"></i>
|
||||||
<div class="ml-1 h-2 w-2/4 rounded-full bg-black/40"></div>
|
<div class="ml-1 h-2 w-2/4 rounded-full bg-white/50"></div>
|
||||||
<div class="ml-auto h-2 w-1/4 rounded-full bg-transparent"></div>
|
<div class="ml-auto h-2 w-1/4 rounded-full bg-transparent"></div>
|
||||||
</li>
|
</li>
|
||||||
<li class="flex">
|
<li class="flex">
|
||||||
<i class="fas fa-arrow-alt-up text-[8px] text-black/40"></i>
|
<i class="fas fa-arrow-alt-up text-[8px] text-white/50"></i>
|
||||||
<div class="ml-1 h-2 w-2/4 rounded-full bg-black/40"></div>
|
<div class="ml-1 h-2 w-2/4 rounded-full bg-white/50"></div>
|
||||||
<div class="ml-auto h-2 w-1/4 rounded-full bg-transparent"></div>
|
<div class="ml-auto h-2 w-1/4 rounded-full bg-transparent"></div>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue