From 628632ff5092f1e3cf6c968d9bdfbd9a24f59541 Mon Sep 17 00:00:00 2001 From: Marcin Zelent Date: Fri, 8 Jan 2021 19:47:37 +0100 Subject: Initial commit --- styles/globals.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 styles/globals.css (limited to 'styles/globals.css') diff --git a/styles/globals.css b/styles/globals.css new file mode 100644 index 0000000..fc3ded1 --- /dev/null +++ b/styles/globals.css @@ -0,0 +1,19 @@ +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; +} -- cgit v1.2.3