1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00
CanvasBlocker/themes/dark/sanitize.css

11 lines
No EOL
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);
}