4 $background-color: rgb(48, 48, 48) !default;
7 $font-color: white !default;
10 $edge-outer-stroke-width: 7px !default;
13 $node-icon-fill-color: $background-color !default;
14 $node-icon-stroke-color: $background-color !default;
17 $port-hover-stroke-color: white !default;
18 $port-fill-color: rgb(195, 195, 195) !default;
20 @import "../../variables";