🎉 Initial commit

This commit is contained in:
Jimmy Cai
2020-08-22 13:20:08 +02:00
commit c698d944e6
69 changed files with 3781 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
html {
font-size: 62.5%;
font-display: swap;
}
* {
box-sizing: border-box;
}
body {
background: var(--body-background);
margin: 0;
font-family: $base-font-family;
font-size: 1.6rem;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}