adom/base.css
2021-12-28 03:35:10 -06:00

19 lines
172 B
CSS

body {
background:black;
color: white;
}
line {
margin: 0;
overflow-x: hidden;
}
.bottomBar{
width: 99%;
position: absolute;
bottom: 0;
}