diff options
Diffstat (limited to 'src/styles/global.css')
| -rw-r--r-- | src/styles/global.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/styles/global.css b/src/styles/global.css deleted file mode 100644 index c81f9a9..0000000 --- a/src/styles/global.css +++ /dev/null @@ -1,16 +0,0 @@ -@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 |
