fix formatting
This commit is contained in:
parent
95d886b936
commit
f801c74d6b
1 changed files with 6 additions and 6 deletions
|
|
@ -1609,13 +1609,13 @@ func EmbedFonts(buf *bytes.Buffer, diagramHash, source string, fontFamily *d2fon
|
|||
`text-link`,
|
||||
},
|
||||
`
|
||||
.text-link {
|
||||
fill: blue;
|
||||
}
|
||||
.text-link {
|
||||
fill: blue;
|
||||
}
|
||||
|
||||
.text-link:visited {
|
||||
fill: purple;
|
||||
}`,
|
||||
.text-link:visited {
|
||||
fill: purple;
|
||||
}`,
|
||||
)
|
||||
|
||||
appendOnTrigger(
|
||||
|
|
|
|||
Loading…
Reference in a new issue