By default the underline color is grey. I know how to change the highlight color but for underline it does not work. Anyone knows?
Here's how I did it for changing the highlight color:
rendition.annotations.add("highlight", cfiRange, {}, (e) => {console.log("highlight clicked", e.target);} , "hl", {"fill": "green", "fill-opacity": "0.5", "mix-blend-mode": "multiply"})
By default the underline color is grey. I know how to change the highlight color but for underline it does not work. Anyone knows?
Here's how I did it for changing the highlight color:
rendition.annotations.add("highlight", cfiRange, {}, (e) => {console.log("highlight clicked", e.target);} , "hl", {"fill": "green", "fill-opacity": "0.5", "mix-blend-mode": "multiply"})