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.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/server/frontend/src/index.css b/server/frontend/src/index.css
new file mode 100644
index 0000000..e10ddff
--- /dev/null
+++ b/server/frontend/src/index.css
@@ -0,0 +1,16 @@
+@import "tailwindcss";
+
+
+body {
+ margin: 0;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
+ "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
+ sans-serif;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+code {
+ font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
+ monospace;
+} \ No newline at end of file