We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef5b0ff + 667d514 commit 8d398dfCopy full SHA for 8d398df
src/globalCss.ts
@@ -36,17 +36,19 @@ export default `
36
cursor: pointer;
37
fill: transparent;
38
stroke: #000;
39
- stroke-width: 2;
+ stroke-width: 1;
40
}
41
42
.rd3t-label__title {
43
- stroke: #000;
44
- stroke-width: 1;
+ fill: #000;
+ stroke: none;
45
+ font-weight: bolder;
46
47
48
.rd3t-label__attributes {
- stroke: #777;
49
+ fill: #777;
50
51
52
font-size: smaller;
53
54
0 commit comments