morffix/static/style/style.css
2024-05-04 01:32:21 +02:00

30 lines
No EOL
420 B
CSS

* {
background-color: black;
color: white;
}
.counter {
display: flex;
}
.counter-image {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
flex-grow: 200;
}
.worker table{
border: 1px solid white;
border-collapse: collapse;
border-spacing: 5px;
}
.worker td{
border: 1px solid white;
}
.worker tr{
border: 1px solid white;
}