mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-02-08 19:54:32 +01:00
15 lines
175 B
CSS
15 lines
175 B
CSS
.resolutions {
|
|
display: block;
|
|
}
|
|
|
|
.complaint.high {
|
|
background-color: red;
|
|
}
|
|
|
|
.complaint.medium {
|
|
background-color: orange;
|
|
}
|
|
|
|
.complaint.low {
|
|
background-color: yellow;
|
|
} |