This commit is contained in:
YunaiV
2024-08-31 09:26:44 +08:00
5 changed files with 14 additions and 30 deletions

View File

@ -64,3 +64,11 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*,
:after,
:before {
margin: 0;
padding: 0;
box-sizing: border-box;
}