From f2ecc1803f3ea294a0c6b7915b61348ed0395b26 Mon Sep 17 00:00:00 2001
From: Marcin Zelent <marcin@zelent.net>
Date: Wed, 16 Nov 2022 15:16:38 +0100
Subject: Remade and extended the app using React

---
 styles/globals.css | 19 -------------------
 1 file changed, 19 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 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;
-}
-- 
cgit v1.2.3