Skip to content

Commit

Permalink
svg: fix black ellipses
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiers committed Jan 29, 2023
1 parent 6de4bd5 commit 6a7fa47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SVG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ darkmode() = colouring("white")

colouring(ink) =
"""
.node ellipse { fill: none }
.node text { fill: $ink }
.edge path { stroke: $ink }
.edge polygon { stroke: $ink; fill: $ink }
Expand Down

0 comments on commit 6a7fa47

Please sign in to comment.