button styling
This commit is contained in:
parent
86acb6b350
commit
ccd82c306e
1 changed files with 2 additions and 0 deletions
|
|
@ -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; }
|
||||
Loading…
Reference in a new issue