Skip to content

Commit

Permalink
refactor: use join() and animate
Browse files Browse the repository at this point in the history
  • Loading branch information
0xB10C committed Jul 16, 2024
1 parent fd3cf1d commit 8bd3099
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 199 deletions.
4 changes: 2 additions & 2 deletions www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ text.block-miner {
stroke: var(--text-color);
}

.node-indicator {
.node-tip-status-indicator {
stroke: var(--node-indicatior-stroke);
stroke-width: 1px;
}

.node-indicator text {
.node-tip-status-indicator text {
stroke-width: 0px;
font-size: 14px;
text-anchor: middle;
Expand Down
Loading

0 comments on commit 8bd3099

Please sign in to comment.