Custom search selection topic

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.


:point_up_2:t2:this is what Im talking about.

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

1 Like