Skip to content

Commit e71a1c6

Browse files
YoranSysbkrem
authored andcommitted
chore(css): improvement of the readability (#377)
1 parent ef5b0ff commit e71a1c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/globalCss.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ 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+
font-weight: bolder;
4545
}
4646
4747
.rd3t-label__attributes {
48-
stroke: #777;
49-
stroke-width: 1;
48+
fill: #777;
49+
font-weight: bolder;
5050
font-size: smaller;
5151
}
5252

0 commit comments

Comments
 (0)