summary refs log tree commit diff
path: root/styles/global.scss
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2025-04-26 21:06:00 -0600
committerAshelyn Rose <git@ashen.earth>2025-04-26 21:06:00 -0600
commit2dacece4eedc8af2ccde3be6918371293350cc4e (patch)
tree81364da50cad615cd387f38d1abcc62102939033 /styles/global.scss
parent619373a261ad18c51cd09bc61d116f585c8295ec (diff)
Convert to rocket and morgana no-leptos
Diffstat (limited to 'styles/global.scss')
-rw-r--r--styles/global.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/styles/global.scss b/styles/global.scss
deleted file mode 100644
index 53e5090..0000000
--- a/styles/global.scss
+++ /dev/null
@@ -1,16 +0,0 @@
-@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);
-}
-