1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-11-05 04:38:52 +01:00
CanvasBlocker/themes/dark/sanitize.css

11 lines
174 B
CSS
Raw Normal View History

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