diff options
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/styles/globals.css b/styles/globals.css deleted file mode 100644 index fc3ded1..0000000 --- a/styles/globals.css +++ /dev/null @@ -1,19 +0,0 @@ -html, -body, -#__next { - width: 100%; - height: 100%; - padding: 0; - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, - Fira Sans, Droid Sans, Helvetica Neue, sans-serif; -} - -a { - color: inherit; - text-decoration: none; -} - -* { - box-sizing: border-box; -} |