summary refs log tree commit diff
path: root/styles/global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'styles/global.scss')
-rw-r--r--styles/global.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/styles/global.scss b/styles/global.scss
new file mode 100644
index 0000000..53e5090
--- /dev/null
+++ b/styles/global.scss
@@ -0,0 +1,16 @@
+@import './fonts.scss';
+
+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);
+}
+