#1542 Setting up base theme for custom theming

This commit is contained in:
Knut Sveidqvist
2020-07-27 10:01:34 +02:00
parent 4e12f959fc
commit 5a7d770a58
10 changed files with 547 additions and 46 deletions

View File

@@ -6,9 +6,9 @@ const getStyles = options =>
}
.relationshipLabelBox {
fill: ${options.edgeLabelBackground};
fillopactity: 0;
background-color: ${options.edgeLabelBackground};
fill: ${options.tertiaryColor};
opacity: 0.3;
background-color: ${options.tertiaryColor};
rect {
opacity: 0.5;
}