feat(website): add some styling

This commit is contained in:
iCrawl
2022-06-08 23:40:03 +02:00
parent 3937b402c0
commit 3ae2633c3f
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
html,
body {
height: 100vh;
margin: 0;
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
Noto Sans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', Segoe UI Symbol, 'Noto Color Emoji';
}