Hello! Is there a place to set the color for highlighted text when using GB? I am using a paragraph block within a GB container. The highlight color does not show unless I add custom css like this:
.gb-highlight {
background-color: #f7f30c;
}
Is there a place to set the highlight color? Thank you!!