aboutsummaryrefslogtreecommitdiff
path: root/styles/globals.css
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-21 11:17:33 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-21 11:17:33 -0400
commitb5cb7ed055c90938672f29d18fe258c88df06c56 (patch)
tree25ece579b5955366bf3e1d2a5c320493c7529566 /styles/globals.css
parent9033af9170d90994bc75a7d263b6dd55bcb07be2 (diff)
downloadpersonal-website-b5cb7ed055c90938672f29d18fe258c88df06c56.tar.gz
personal-website-b5cb7ed055c90938672f29d18fe258c88df06c56.tar.bz2
personal-website-b5cb7ed055c90938672f29d18fe258c88df06c56.zip
Another wipe
Diffstat (limited to 'styles/globals.css')
-rw-r--r--styles/globals.css16
1 files changed, 0 insertions, 16 deletions
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;
-}