I see it on what I think is the default CSS and with the CSS below, but the pipe character (or border -left) is still there. Any suggestions? Thanks!
/pdf highlight/
.rem-reference–pdf-highlight {border-color: transparent;
border-bottom: solid slateblue;
border-width: 1px;
color: slateblue;
border-radius: 0px;
text-decoration-color: slateblue;
}.rem-reference–pdf-highlight::before {
content: "{ “;
color: #ccc;
}
.rem-reference–pdf-highlight::after {
content: " }”;
color: #ccc;
}