summaryrefslogtreecommitdiff
path: root/src/styles/global.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 10:52:38 +0200
committerYuval Adam <_@yuv.al>2025-09-24 10:52:38 +0200
commit2a050b383bcafefb8fc378531d6f15f352fdb5a5 (patch)
tree3170255e4a0b6e5488a3b851d8d9a0873e95747e /src/styles/global.css
parentc9d9d3a49aed068a7fe3dadcd8dd06f938e6d9b5 (diff)
Override all files with v8 implementation
Diffstat (limited to 'src/styles/global.css')
-rw-r--r--src/styles/global.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/styles/global.css b/src/styles/global.css
new file mode 100644
index 0000000..c81f9a9
--- /dev/null
+++ b/src/styles/global.css
@@ -0,0 +1,16 @@
+@import "tailwindcss";
+
+body {
+ margin: 0;
+ padding: 0;
+ position: fixed;
+ overflow: hidden;
+ width: 100vw;
+ height: 100vh;
+ user-select: none;
+ 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;
+} \ No newline at end of file