forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-24 15:42:48 -06:00
parent d60d36eb53
commit 24cd989fc9
2 changed files with 4 additions and 4 deletions

View File

@ -107,7 +107,7 @@
} }
.theme-redwood { .theme-redwood {
--color-primary: 251,203,35; --color-primary: 222,176,16;
--color-100: 246,244,244; --color-100: 246,244,244;
--color-200: 235,229,229; --color-200: 235,229,229;
--color-300: 219,209,209; --color-300: 219,209,209;

View File

@ -649,9 +649,9 @@
<div class="h-4 w-full bg-[#342020]"></div> <div class="h-4 w-full bg-[#342020]"></div>
<ul class="flex flex-col space-y-1 h-12 w-full bg-[#342020] p-2 mb-0"> <ul class="flex flex-col space-y-1 h-12 w-full bg-[#342020] p-2 mb-0">
<li class="flex"> <li class="flex">
<i class="fas fa-arrow-alt-up text-[8px] text-[#fbcb23]"></i> <i class="fas fa-arrow-alt-up text-[8px] text-[#deb010]"></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-black/40"></div>
<div class="ml-auto h-2 w-1/4 rounded-full bg-[#fbcb23]"></div> <div class="ml-auto h-2 w-1/4 rounded-full bg-[#deb010]"></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-black/40"></i>
@ -666,7 +666,7 @@
</ul> </ul>
</div> </div>
<div class="w-full border-t border-gray-200 dark:border-gray-600 p-2 text-center"> <div class="w-full border-t border-gray-200 dark:border-gray-600 p-2 text-center">
<span class="font-bold text-base">Mountain Bluebird</span> <span class="font-bold text-base">Redwood</span>
</div> </div>
</label> </label>
</div> </div>