Merge pull request #50 from OmPals/bugfix/dark-reader-bgcolor

Issue 40: Render issue
This commit is contained in:
AtHeartEngineer
2022-07-11 10:55:30 -04:00
committed by GitHub

View File

@@ -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;
}