mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 07:38:58 +01:00
069165e8d6
For #387
19 lines
205 B
CSS
19 lines
205 B
CSS
.resolutions {
|
|
display: block;
|
|
}
|
|
|
|
.complaint.high {
|
|
background-color: red;
|
|
}
|
|
|
|
.complaint.medium {
|
|
background-color: orange;
|
|
}
|
|
|
|
.complaint.low {
|
|
background-color: yellow;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 1.2em;
|
|
} |