silphius/app/root.css
2024-06-10 22:45:09 -05:00

9 lines
132 B
CSS

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