Template:SpoilerSection/styles.css

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

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