aboutsummaryrefslogtreecommitdiffstats
path: root/styles/globals.css
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2023-03-28 19:26:30 +0200
committerMaksymilian Jopek <maks@jopek.eu>2023-03-28 19:26:30 +0200
commitc3c90d575182d64b0e679e8da81a6d4f3559cf1f (patch)
treee1ad938d658e6c80c1392bca86d0755f47064882 /styles/globals.css
downloadnext-list-app-master.tar.gz
next-list-app-master.tar.zst
next-list-app-master.zip
Working appHEADmaster
Diffstat (limited to 'styles/globals.css')
-rw-r--r--styles/globals.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css
new file mode 100644
index 0000000..7e6e807
--- /dev/null
+++ b/styles/globals.css
@@ -0,0 +1,17 @@
+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;
+ background-color: #DEDFDF
+}
+
+a {
+ color: inherit;
+ text-decoration: none;
+}
+
+* {
+ box-sizing: border-box;
+}