Jump to content

Template:Spoiler/styles.css: Difference between revisions

From Consumer Rights Wiki
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; }"
 
(No difference)

Latest revision as of 22:16, 7 July 2025


.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;

}