iwmlib/css/highlight.css

22 lines
251 B
CSS
Raw Normal View History

2019-07-16 14:07:16 +02:00
circle {
stroke: white;
fill: transparent;
2019-07-21 21:42:03 +02:00
stroke-width: 8px;
2019-07-15 14:42:01 +02:00
}
2019-07-24 11:45:03 +02:00
2019-07-16 14:07:16 +02:00
mask circle {
stroke-width: 0;
fill: white;
2019-07-15 14:42:01 +02:00
}
2019-07-24 11:45:03 +02:00
.addedImage {
filter: invert(1);
}
.debugRect {
stroke: red;
fill: transparent;
stroke-width: 8px;
}