summary refs log tree commit diff
path: root/public/styles/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/styles/global.css')
-rw-r--r--public/styles/global.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/styles/global.css b/public/styles/global.css
new file mode 100644
index 0000000..2d39674
--- /dev/null
+++ b/public/styles/global.css
@@ -0,0 +1,14 @@
+html {
+  margin: 0;
+  padding: 0;
+  background: linear-gradient(to bottom, #444, #222);
+  min-height: 100vh;
+}
+
+body {
+  min-height: 100vh;
+  margin: 0 auto;
+  box-sizing: border-box;
+  font-family: var(--font-family-body);
+}
+