diff --git a/src/index.css b/src/index.css index 81cb39a..b783d75 100644 --- a/src/index.css +++ b/src/index.css @@ -37,9 +37,8 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; - background: var(--background); + background-color: var(--background); background-attachment: fixed; - height: 100vh; font-family: "Inter", sans-serif; }