mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 22:55:39 +08:00
12 lines
172 B
CSS
12 lines
172 B
CSS
:global {
|
|
html, body, #root, #root > div {
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
background-color: #FAFAFA;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
}
|