.highlighter {
  p:where(:hover, :focus), li:where(:hover, :focus) {
  color: #eee000;
  transition: all 0.3s ease-in-out;
  }
}
