Fill inheritance arrow with background color

This commit is contained in:
Valentin Valls
2022-10-02 17:07:34 +02:00
parent ee13c7666d
commit 1fa84a30c9

View File

@@ -105,13 +105,13 @@ g.classGroup line {
} }
#extensionStart, .extension { #extensionStart, .extension {
fill: ${options.lineColor} !important; fill: ${options.mainBkg} !important;
stroke: ${options.lineColor} !important; stroke: ${options.lineColor} !important;
stroke-width: 1; stroke-width: 1;
} }
#extensionEnd, .extension { #extensionEnd, .extension {
fill: ${options.lineColor} !important; fill: ${options.mainBkg} !important;
stroke: ${options.lineColor} !important; stroke: ${options.lineColor} !important;
stroke-width: 1; stroke-width: 1;
} }