@use '../../../../styles';
@use '../../../../themes/defaults';

.jse-highlight {
  background-color: defaults.$search-match-color;
  outline: defaults.$search-match-outline;

  &.jse-active {
    background-color: defaults.$search-match-active-color;
    outline: defaults.$search-match-active-outline;
  }
}
