silphius/app/root.css

12 lines
162 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%;
2024-06-14 12:27:07 -05:00
* {
line-height: 1;
}
2024-06-10 22:42:30 -05:00
}