Added proper spacing and faster load

This commit is contained in:
webuser@infra.woelkchen.at
2024-03-20 12:53:44 +01:00
parent f3595b4918
commit 39b52dc2b2
4 changed files with 10 additions and 4 deletions

View File

@ -8,3 +8,11 @@
.spoiler.revealed {
color: white;
}
.spoiler:after {
content: ""
}
.spoiler:before {
content: ""
}