silphius/app/root.css
2024-06-14 12:27:07 -05:00

12 lines
162 B
CSS

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