mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-10-31 18:38:45 +01:00
54e3f8d3f4
Fixes #181 and #341
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);
|
|
} |