mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01:00
f5699a1bf3
Fixes #254
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;
|
|
} |