Hey team,
I’ve tried several approaches to change the colour of the blinking cursor, but nothing has worked so far.
I thought caret-color
might be the solution, but unfortunately, it didn’t work:
.input {
caret-color: red;
}
If anyone has insights on changing the cursor color, I’d really appreciate the help.
Thanks