guides
guides copied to clipboard
Multiple lines in different colors?
Hello is it possible to draw multiple Guide-Lines in different colors? Like, the first line red, the second blue and the third yellow?
Greetings
@GiuDib-Git
Well sorry. I can't provide this in guides.
How about using css instead?
start number 3
.scena-guide:nth-child(3) {
}
.scena-guide:nth-child(4) {
}
...5