silphius/app/root.css
2024-07-07 23:25:07 -05:00

13 lines
190 B
CSS

html, body {
background-color: #333333;
box-sizing: border-box;
height: 100%;
line-height: 0;
margin: 0;
width: 100%;
* {
box-sizing: border-box;
line-height: 1;
}
}