.spoiler {
  background-color: currentColor;
  color: transparent;
  border-radius: 3px;
  padding: 0 0.3em;
  cursor: pointer;
}

.spoiler:hover {
  color: inherit;
}