1
1
Fork 0
mirror of https://git.sr.ht/~martijnbraam/megapixels synced 2023-12-14 05:32:55 +01:00
megapixels/camera.css
2020-10-06 16:08:55 +02:00

12 lines
146 B
CSS

.black {
background: #000000;
}
.errorbox {
background: #dd0000;
color: #ffffff;
}
.controlbox {
background: rgba(0,0,0,0.2);
}