mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-04-18 08:08:28 +02:00
11 lines
175 B
CSS
11 lines
175 B
CSS
.complaint.high {
|
|
background-color: rgb(247, 28, 236);
|
|
}
|
|
|
|
.complaint.medium {
|
|
background-color: rgb(65, 255, 223);
|
|
}
|
|
|
|
.complaint.low {
|
|
background-color: rgb(255, 255, 2);
|
|
} |