How to increase visibility of “pointer”...?

It was more solid - ► but It became rather “greater-than sign” recently and is barely visible… especially on the grey-ish background… I would be grateful for a CSS snippet… Cheers!

1 Like

Thanks for the question :slight_smile:
We will try to increase the contrast (and add vertical lines back in some form), will let you know when it is available on beta.

I like the light arrow, It reduces interference.

We’ve made the arrow on the beta site a bit larger, but will do some other changes probably, especially in dark mode.

To make the arrow a bit thicker, use:

div.nodeImage { font-weight: 400; }

To change its color:

div.nodeImage:after { color: red; }

Hope, this helps,