From ccd82c306e8f9fde42c56990ce2ede8ef646b8dd Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 25 Jul 2026 16:09:50 +0700 Subject: [PATCH] button styling --- src/routes/layout.css | 2 ++ 1 file changed, 2 insertions(+) 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