erfamap/style/erfamap.css
s3lph 78e1b0187d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix rendering artifacts caused by overlapping same-width strokes of white and gray
2022-10-09 01:34:24 +02:00

45 lines
627 B
CSS

rect.background {
fill: #759eb5;
stroke: none;
}
polygon.country {
fill: #c3c3c3;
stroke: #ffffff;
stroke-width: 2;
}
polygon.state {
fill: #ffffff;
stroke: #c3c3c3;
stroke-width: 3;
}
circle.erfa, circle.chaostreff {
fill: #f47e1e;
stroke: #ffffff;
stroke-width: 3;
}
@font-face {
font-family: 'concertone';
src: url('./concertone-regular.ttf');
}
text.erfalabel {
font-family: concertone;
font-size: 30px;
}
rect.debugleft {
stroke: red;
stroke-width: 1;
fill: none;
}
rect.debugright {
stroke: green;
stroke-width: 1;
fill: none;
}