diff --git a/frontend/src/style.css b/frontend/src/style.css index 3940d6c..1fc5c86 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -1,3 +1,7 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + html { background-color: rgba(27, 38, 54, 1); text-align: center;