aboutsummaryrefslogtreecommitdiff
path: root/server/frontend/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/frontend/src/index.css')
-rw-r--r--server/frontend/src/index.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/frontend/src/index.css b/server/frontend/src/index.css
index 4a1df4d..e10ddff 100644
--- a/server/frontend/src/index.css
+++ b/server/frontend/src/index.css
@@ -1,3 +1,6 @@
+@import "tailwindcss";
+
+
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
@@ -10,4 +13,4 @@ body {
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
-}
+} \ No newline at end of file