SpoilerAlert/modules/ext.spoileralert.css

11 lines
155 B
CSS
Raw Normal View History

2024-03-19 22:33:58 +01:00
.spoiler {
background-color: black;
color: black;
transition: color 0.5s ease;
cursor: pointer;
}
.spoiler.revealed {
color: white;
}