button styling

This commit is contained in:
Satria 2026-07-25 16:09:50 +07:00
commit ccd82c306e

View file

@ -2,3 +2,5 @@
html, body { @apply h-full; }
body { @apply bg-gray-900 text-gray-100; }
input, button { @apply bg-stone-200 text-stone-800 px-2 py-1 m-1 rounded; }