Skip to content

Commit 8d398df

Browse files
committed
Merge branch 'fix/node-title-attributes-readability'
2 parents ef5b0ff + 667d514 commit 8d398df

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/globalCss.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,19 @@ export default `
3636
cursor: pointer;
3737
fill: transparent;
3838
stroke: #000;
39-
stroke-width: 2;
39+
stroke-width: 1;
4040
}
4141
4242
.rd3t-label__title {
43-
stroke: #000;
44-
stroke-width: 1;
43+
fill: #000;
44+
stroke: none;
45+
font-weight: bolder;
4546
}
4647
4748
.rd3t-label__attributes {
48-
stroke: #777;
49-
stroke-width: 1;
49+
fill: #777;
50+
stroke: none;
51+
font-weight: bolder;
5052
font-size: smaller;
5153
}
5254

0 commit comments

Comments
 (0)