@tailwind base; @tailwind components; @tailwind utilities; /* html, body { */ /* @apply bg-slate-900; */ /* } */ button { @apply bg-slate-600 border-b-4 border-slate-800 font-bold hover:bg-slate-700 hover:border-slate-500 px-4 py-2 rounded text-white ; }