diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-03-22 18:02:52 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-03-22 18:02:52 -0600 |
commit | f5f542777febe6a2a4463bb8042e9a72e628e724 (patch) | |
tree | c7cb33a5bbb023f99e1c012af55e6819f26c5c93 /global.scss | |
parent | 2bf70606fc62c989973f84f2961df2d42d7f9c04 (diff) |
Fonts
Diffstat (limited to 'global.scss')
-rw-r--r-- | global.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/global.scss b/global.scss deleted file mode 100644 index f8ef821..0000000 --- a/global.scss +++ /dev/null @@ -1,13 +0,0 @@ -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; -} - |