summaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 11:03:09 +0200
committerYuval Adam <_@yuv.al>2025-09-24 11:03:09 +0200
commit0af176b7511640cf85d3a074afc890099ef0ca04 (patch)
tree042100dd805b62cbdeb36b4ee72e7d617d80f887 /src/index.css
parent305ca679a4454add442f9dfb745be4e2bbb5d14b (diff)
Remove old src/ files
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/index.css b/src/index.css
deleted file mode 100644
index 822eb36..0000000
--- a/src/index.css
+++ /dev/null
@@ -1,14 +0,0 @@
-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;
-}