Using caret-color

To set a specific color.

Click here and see the red caret ^_^

1
2
3
span {
caret-color: red;
}

Tip: One can also set it to caret-color: transparent; in order to totally hide the caret blinking.