@tailwind base; @tailwind components; @tailwind utilities; @layer components { .console { @apply relative top-0.5 inline-block; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0px 1000px hsl(258deg 15% 17%) inset; transition: background-color 5000s ease-in-out 0s; } }