1
0
star/galaxy-react/src/index.css
2024-10-02 13:18:13 +09:00

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;
}