11 lines
119 B
CSS
11 lines
119 B
CSS
circle {
|
|
stroke-width: 1;
|
|
stroke: white;
|
|
fill: transparent;
|
|
}
|
|
|
|
mask circle {
|
|
stroke-width: 0;
|
|
fill: white;
|
|
}
|