cards/client/public/styles.css

22 lines
306 B
CSS
Raw Normal View History

2024-07-18 19:53:28 -04:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2024-07-19 03:11:14 -04:00
/* 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
;
}