feat: body css

This commit is contained in:
karishmas6
2024-07-31 19:47:52 +05:30
parent b628aca0c6
commit 30bfe50906
2 changed files with 126 additions and 0 deletions

View File

@@ -5,6 +5,12 @@ body {
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
scrollbar-gutter: stable;
overflow: hidden;
}
code {