1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-03 03:48:04 +02:00
CanvasBlocker/options/sanitize.css

15 lines
175 B
CSS
Raw Normal View History

2018-10-09 08:14:50 +02:00
.resolutions {
display: block;
}
.complaint.high {
background-color: red;
}
.complaint.medium {
background-color: orange;
}
.complaint.low {
background-color: yellow;
}