From 80ccc7ae15812c20044d98c61b43602bd7d5efd9 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 29 Feb 2024 16:35:43 -0800 Subject: [PATCH] chore: styles --- src/assets/styles/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index db52deb6..dda13f2e 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -1,9 +1,8 @@ body, html { font-family: var(--font-sans); - font-size: var(--font-size-base); - line-height: var(--line-height-base); background: var(--background-color); + margin: 0; } ::-moz-selection {