mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-05 04:38:52 +01:00
11 lines
174 B
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);
|
||
|
}
|