Skip to content

Commit

Permalink
Update view-grapher.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Dec 20, 2021
1 parent ecb1139 commit 364f3ae
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 162 deletions.
4 changes: 2 additions & 2 deletions source/view-grapher.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
.graph-item-output:hover { cursor: pointer; }
.graph-item-output:hover path { fill: #fff; }

.edge-label text { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "PingFang SC"; font-size: 10px; }
.edge-label { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "PingFang SC"; font-size: 10px; }
.edge-path { stroke: #000; stroke-width: 1px; fill: none; marker-end: url("#arrowhead-vee"); }
#arrowhead-vee { fill: #000; }
.edge-path-control-dependency { stroke-dasharray: 3, 2; }
Expand All @@ -78,7 +78,7 @@

@media (prefers-color-scheme: dark) {

.edge-label text { fill: #b2b2b2; }
.edge-label { fill: #b2b2b2; }
.edge-path { stroke: #888; }
#arrowhead-vee { fill: #888; }

Expand Down
Loading

0 comments on commit 364f3ae

Please sign in to comment.