I want to have the cursor #FFF while my font is #000.
#FFF
#000
Is that possible?
From the mozilla docs
/* Keyword values */ caret-color: auto; caret-color: transparent; caret-color: currentColor; /* values */ caret-color: red; caret-color: #5729e9; caret-color: rgb(0, 200, 0); caret-color: hsla(228, 4%, 24%, 0.8);