fix
This commit is contained in:
parent
347c305518
commit
9b4878c526
2 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
.theme-limon {
|
||||
--color-primary: 253,224,71;
|
||||
--color-primary: 202,138,4;
|
||||
--color-100: 236,252,203;
|
||||
--color-200: 217,249,157;
|
||||
--color-300: 190,242,100;
|
||||
|
|
|
@ -319,9 +319,9 @@
|
|||
<div class="h-4 w-full bg-[#bef264]"></div>
|
||||
<ul class="flex flex-col space-y-1 h-12 w-full bg-[#d9f99d] p-2 mb-0">
|
||||
<li class="flex">
|
||||
<i class="fas fa-arrow-alt-up text-[8px] text-[#fde047]"></i>
|
||||
<i class="fas fa-arrow-alt-up text-[8px] text-[#ca8a04]"></i>
|
||||
<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-[#fde047]"></div>
|
||||
<div class="ml-auto h-2 w-1/4 rounded-full bg-[#ca8a04]"></div>
|
||||
</li>
|
||||
<li class="flex">
|
||||
<i class="fas fa-arrow-alt-up text-[8px] text-black/40"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue