SpoilerAlert/modules/ext.spoileralert.css
webuser@infra.woelkchen.at 6a5237bd8c Added 1.0 files
2024-03-19 22:33:58 +01:00

11 lines
155 B
CSS

.spoiler {
background-color: black;
color: black;
transition: color 0.5s ease;
cursor: pointer;
}
.spoiler.revealed {
color: white;
}