blockquote {
  border: 1px solid purple;
}

mark {
  color: green;
  background-color: transparent;
}




.dark mark {
  color: yellow;
}
