.spoiler {
  background-color: #444;
  color: #444;
  border-radius: 4px;
  padding: 0 4px;
  cursor: pointer;
}

.spoiler.revealed {
  background: none;
  color: currentColor;
}
