Jump to content

Template:Spoiler/styles.css

From Consumer Rights Wiki
Revision as of 22:16, 7 July 2025 by Fen (talk | contribs) (Created page with " .spoiler-text { background-color: #111; color: transparent; transition: color 0.3s ease; border-radius: 3px; padding: 0 4px; border: 1px solid #444; cursor: help; } .spoiler-text:hover { color: #fff !important; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.spoiler-text {
  background-color: #111;
  color: transparent;
  transition: color 0.3s ease;
  border-radius: 3px;
  padding: 0 4px;
  border: 1px solid #444;
  cursor: help;

}

.spoiler-text:hover {
  color: #fff !important;

}