moved hard-coded fill and stroke colors from svgDraw.js to scss files, and added defaults to all themes

This commit is contained in:
Bland, Paul
2018-08-22 10:22:50 -04:00
parent a4992963b3
commit 228b832bed
6 changed files with 14 additions and 1 deletions

View File

@@ -73,3 +73,8 @@ text.actor {
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
.activation {
fill: $activationBkgColor;
stroke: $activationBorderColor;
}