1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00
CanvasBlocker/themes/dark/sanitize.css

11 lines
174 B
CSS

.complaint.high {
background-color: rgb(153, 19, 19);
}
.complaint.medium {
background-color: rgb(168, 112, 8);
}
.complaint.low {
background-color: rgb(175, 175, 13);
}