Added 1.0 files

This commit is contained in:
webuser@infra.woelkchen.at
2024-03-19 22:33:58 +01:00
commit 6a5237bd8c
3 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,10 @@
.spoiler {
background-color: black;
color: black;
transition: color 0.5s ease;
cursor: pointer;
}
.spoiler.revealed {
color: white;
}