Hi, I’m sure this feature would be there, but is there a way to change the color of text selection in Inkdrop because currently it is a brownish color and I don’t really like that.

Hi, I’m sure this feature would be there, but is there a way to change the color of text selection in Inkdrop because currently it is a brownish color and I don’t really like that.
Hi Japroz,
Yeah, that is kind of hard to see.
You can tweak the style like so:
::selection {
background-color: blue;
color: white;
}
Hope that works
that’s way better, thanks