/* Frontend CSS Overrides - Loaded directly without build process */
/* Remove default yellow background from mark element used for inline text color in Gutenberg */
mark,
mark.has-inline-color,
.has-inline-color,
.cdx-marker,
mark.cdx-marker {
    background-color: transparent !important;
    background: transparent !important;
}

