Cleanup and start organizing docs

This commit is contained in:
Felix Malfait
2023-04-20 17:35:16 +02:00
parent c93f003f91
commit db62346bfa
18 changed files with 42 additions and 80 deletions

View File

@ -28,3 +28,15 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
body {
margin: 0;
font-family: 'Inter';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
font-size: 16px;
}