diff --git a/src/tailwind.css b/src/tailwind.css index 0c8f973b3..1f357acfb 100644 --- a/src/tailwind.css +++ b/src/tailwind.css @@ -50,12 +50,15 @@ textarea { } #svelte .listContainer { - @apply bg-coolgray-200 text-white; + @apply bg-coolgray-400 text-white scrollbar-w-2 scrollbar-thumb-coollabs scrollbar-track-coolgray-200; } #svelte .item.hover { @apply bg-coolgray-100 text-white; } +#svelte .item.active { + @apply bg-coollabs text-white; +} select { @apply h-12 w-96 rounded bg-coolgray-200 p-2 text-xs font-bold tracking-tight text-white placeholder-stone-600 outline-none transition duration-150 hover:bg-coolgray-500 focus:bg-coolgray-500 disabled:text-stone-600 md:text-sm;