mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-01 02:48:44 +01: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);
|
||
|
}
|