monorepo/kifu/pwa/src/kifu.css

20 lines
335 B
CSS
Raw Normal View History

html {
background: rgb(243, 243, 243);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 15pt;
}
html, body {
height: 100%;
margin: 0;
}
body {
display: grid;
}
2023-05-13 16:09:59 +00:00
.go-board {
width: 100%;
height: 100%;
}