How to change cursor color without changing text color?

You can make a custom one.

input, textarea {
    cursor: url(cursor.cur);
}

Leave a Comment