master
kek7198 2021-12-19 23:21:44 -06:00
parent ea8e63b7c3
commit 9db80c751d
2 changed files with 6 additions and 2 deletions

View File

@ -1779,6 +1779,10 @@ video {
--tw-bg-opacity: 1;
background-color: rgba(82, 76, 55, var(--tw-bg-opacity));
}
.bg-\[\#dbdad1\] {
--tw-bg-opacity: 1;
background-color: rgba(219, 218, 209, var(--tw-bg-opacity));
}
.bg-\[\#ebe9e5\] {
--tw-bg-opacity: 1;
background-color: rgba(235, 233, 229, var(--tw-bg-opacity));

View File

@ -226,8 +226,8 @@
<label for="mocha-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 rounded-lg overflow-hidden">
<div class="flex flex-col w-full h-full bg-[#524c37]">
<div class="h-3 w-full bg-[#524c37]"></div>
<div class="h-4 w-full bg-[#ebe9e5]"></div>
<ul class="flex flex-col space-y-1 h-12 w-full bg-[#fcdff0] p-2 mb-0">
<div class="h-4 w-full bg-[#dbdad1]"></div>
<ul class="flex flex-col space-y-1 h-12 w-full bg-[#ebe9e5] p-2 mb-0">
<li class="flex">
<i class="fas fa-arrow-alt-up text-[8px] text-[#059669]"></i>
<div class="ml-1 h-2 w-2/4 rounded-full bg-black/40"></div>