bvs/static/style.css

21 lines
265 B
CSS
Raw Permalink Normal View History

2023-03-03 10:56:59 +01:00
body {
background-color: rgb(3, 26, 33);
}
.canvas {
position: absolute;
overflow: visible;
top: 0px;
left: 0px;
background-color: rgba(3, 26, 33, 0);
}
.container{
height:20px;
background-color: #CCC;
position: relative
}
2023-03-04 16:49:50 +01:00