Template:SpoilerText/styles.css

From Animal Well Wiki
Jump to navigation Jump to search
.spoiler-text {
  background: #3b3667;
  color: transparent;
  transition: 0.3s ease 0.2s, color 0.2s ease 0.25s;
}

.spoiler-text:hover {
  background: #5c4837;
  color: inherit;
}