daniel3735928559 / guppy

WYSIWYG mathematics editor with structured, searchable, LaTeX-compatible, and parseable output
https://guppy.js.org
185 stars 62 forks source link

Changing the caret color #194

Open mgroth0 opened 3 years ago

mgroth0 commented 3 years ago

I've tried

caret-color: white;

with all the css selectors but its not working.

mgroth0 commented 3 years ago

made progress with

 .guppy_active .main_cursor {
    caret-color: white;
    color: white;
    background-color: white;
    border: 1px solid white;
  }
  .guppy_inactive .main_cursor {
    caret-color: white;
    color: white;
    background-color: white;
    border: 1px solid white;

  }

but it still doesn't look right. there's still some black in the cursor