added tailwind and cleaned up page
Cleaned up page to allow Tailwind to start handling the look and feel of everything
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
html {
|
||||
background-color: rgba(27, 38, 54, 1);
|
||||
text-align: center;
|
||||
|
Reference in New Issue
Block a user