Skip to content

Commit c8ea4e9

Browse files
authored
.
1 parent ae558e6 commit c8ea4e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_static/protocolsView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
.data(graph.nodes)
117117
.join("text")
118118
.text(d => d.nombre)
119-
.attr("font-size", d => d.type==="lvl1"?16 : d.type==="lvl2"?12 : d.type==="lvl3"?10:7)
119+
.attr("font-size", d => d.type==="lvl1"?18 : d.type==="lvl2"?12 : d.type==="lvl3"?10:7)
120120
.attr("fill", d => d.type==="protocol"?"#444":"#000")
121121
.attr("font-weight", d => d.type==="lvl1"?"bold":"normal") // ← Nivel 1 en negrita
122122
.attr("text-anchor", "start")

0 commit comments

Comments
 (0)