20 lines
234 B
CSS
20 lines
234 B
CSS
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
background-color: #fff;
|
|
background-color: #000;
|
|
margin: 0;
|
|
height: 100%;
|
|
}
|
|
|
|
div#root{
|
|
height: 100%;
|
|
}
|
|
|
|
code {
|
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
|
monospace;
|
|
}
|