silphius/app/root.css

9 lines
132 B
CSS
Raw Normal View History

2024-06-10 22:42:30 -05:00
html, body {
background-color: #333333;
box-sizing: border-box;
height: 100%;
line-height: 0;
margin: 0;
width: 100%;
}