diff --git a/v2/app/src/App.css b/v2/app/src/App.css index 6cd05cc..1f54898 100644 --- a/v2/app/src/App.css +++ b/v2/app/src/App.css @@ -1,5 +1,8 @@ @import "tailwindcss"; +body{ + font-family: monospace; +} button, input, select{ @apply border rounded-full p-2; } diff --git a/v2/app/src/App.jsx b/v2/app/src/App.jsx index b3acaf8..c72d52a 100644 --- a/v2/app/src/App.jsx +++ b/v2/app/src/App.jsx @@ -113,6 +113,10 @@ function App() {