1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00
CanvasBlocker/options/sanitize.css
2019-09-11 23:49:50 +02:00

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;
}