From b5cb7ed055c90938672f29d18fe258c88df06c56 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 21 Aug 2021 11:17:33 -0400 Subject: Another wipe --- styles/globals.css | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 styles/globals.css (limited to 'styles/globals.css') diff --git a/styles/globals.css b/styles/globals.css deleted file mode 100644 index e5e2dcc..0000000 --- a/styles/globals.css +++ /dev/null @@ -1,16 +0,0 @@ -html, -body { - 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; -} -- cgit v1.2.3