Replaced hex with hsl color

This commit is contained in:
squidfunk
2022-11-03 14:29:48 +01:00
parent 96e2119bfc
commit 487140e538
4 changed files with 6 additions and 6 deletions

View File

@@ -346,9 +346,9 @@ line {
stroke: none;
}
/* make statically colored note nodes use a statically color text */
/* Sequence note text */
.noteText > tspan {
fill: #000;
fill: hsl(0, 0%, 0%);
}
/* Sequence arrow head */