diff --git a/src/routes/layout.css b/src/routes/layout.css index e9704fd..46b5600 100644 --- a/src/routes/layout.css +++ b/src/routes/layout.css @@ -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; } \ No newline at end of file