fix
This commit is contained in:
parent
a44f042a2e
commit
8e012bc906
3 changed files with 12 additions and 12 deletions
10
files/static/dist/main.css
vendored
10
files/static/dist/main.css
vendored
|
@ -2444,14 +2444,14 @@ video {
|
|||
.theme-seaside {
|
||||
--color-primary: 234,179,8;
|
||||
--color-100: 245,253,254;
|
||||
--color-200: 217,247,250;
|
||||
--color-200: 185,239,245;
|
||||
--color-300: 157,237,247;
|
||||
--color-400: 126,213,226;
|
||||
--color-500: 6,182,212;
|
||||
--color-500: 56,173,193;
|
||||
--color-600: 8,145,178;
|
||||
--color-700: 14,116,144;
|
||||
--color-800: 17, 76, 94;
|
||||
--color-900: 12, 47, 60;
|
||||
--color-700: 23,108,131;
|
||||
--color-800: 17,76,94;
|
||||
--color-900: 12,47,60;
|
||||
}
|
||||
|
||||
.theme-cambridge {
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
--color-900: 49,46,129;
|
||||
}
|
||||
|
||||
.theme-seaside {
|
||||
--color-primary: 234,179,8;
|
||||
.theme-lake-tahoe {
|
||||
--color-primary: 13,148,136;
|
||||
--color-100: 245,253,254;
|
||||
--color-200: 185,239,245;
|
||||
--color-300: 157,237,247;
|
||||
|
|
|
@ -340,18 +340,18 @@
|
|||
</div>
|
||||
</label>
|
||||
</div>
|
||||
<!-- Seaside -->
|
||||
<!-- Lake Tahoe -->
|
||||
<div class="my-2 px-2 w-1/2 lg:w-1/4 flex items-center justify-center">
|
||||
<input hidden name="theme" value="theme-seaside dark" type="radio" id="seaside-theme" class="peer" onchange="changeTheme(['theme-seaside','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-seaside dark' %}checked{% endif %}>
|
||||
<label for="seaside-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">
|
||||
<input hidden name="theme" value="theme-lake-tahoe dark" type="radio" id="lake-tahoe-theme" class="peer" onchange="changeTheme(['theme-lake-tahoe','dark']); post_toast2('/settings/profile?theme2='+value, '1')" {% if v.theme2 == 'theme-lake-tahoe dark' %}checked{% endif %}>
|
||||
<label for="lake-tahoe-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-[#0e7490]">
|
||||
<div class="h-3 w-full bg-[#0e7490]"></div>
|
||||
<div class="h-4 w-full bg-[#155e75]"></div>
|
||||
<ul class="flex flex-col space-y-1 h-12 w-full bg-[#155e75] p-2 mb-0">
|
||||
<li class="flex">
|
||||
<i class="fas fa-arrow-alt-up text-[8px] text-[#eab308]"></i>
|
||||
<i class="fas fa-arrow-alt-up text-[8px] text-[#0d9488]"></i>
|
||||
<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-[#eab308]"></div>
|
||||
<div class="ml-auto h-2 w-1/4 rounded-full bg-[#0d9488]"></div>
|
||||
</li>
|
||||
<li class="flex">
|
||||
<i class="fas fa-arrow-alt-up text-[8px] text-white/50"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue