diff --git a/default.css b/default.css index b26357a..d1801dd 100644 --- a/default.css +++ b/default.css @@ -20,7 +20,7 @@ * { stroke-linecap: round; stroke-linejoin: round; } text, tspan { /* 2.5mm */ fill: #2C5573; stroke: none; font-family: 'Century Gothic', 'OpenGost Type B TT', 'DejaVu Sans Condensed', 'Liberation Sans', 'Arial Narrow', 'Arial'; font-size: 3px; } -.cut, .cut.material-poche { fill: hwb(0 40% 60%); stroke: black; stroke-linecap: 'round'; stroke-width: 0.65; fill-rule: evenodd; } +.cut, .cut.material-poche { fill: hwb(0 40% 60%); stroke: black; stroke-linecap: 'round'; stroke-width: 1.0; fill-rule: evenodd; } .surface {fill: white; stroke-width: 0.1;}