wheat 2961983dcb
feat(ui): initial ui implementation (#115)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-12-13 16:33:18 +08:00

11 lines
153 B
CSS

html,
body {
height: 100%;
font-family: 'Readex Pro', sans-serif;
}
html.dark {
color: white;
background-color: #141414;
color-scheme: dark;
}