Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision committed Jul 2, 2024
1 parent 07c026a commit f809c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specification/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
.attr('transform', d => `translate(${project(d.x, d.y)})`)
.attr('cursor', 'pointer')
.style('fill', 'rgba(0, 0, 0, 0.5)')
.style('backdrop-filter', 'blur(5px)')
.on('click', (event, d) => {
setFocusedNode(d);
updateVisibleNodes(d);
Expand Down

0 comments on commit f809c04

Please sign in to comment.