Closed SergioVerissimo1 closed 8 months ago
Is it possible to change the cursor color, so that the cursor has a different color than the rest of the sentence?
you can use css to change the cursor color
.typed-cursor { color: red; }
Thank you for the help!
Is it possible to change the cursor color, so that the cursor has a different color than the rest of the sentence?