1
0

new ordner

This commit is contained in:
Creat0r
2025-11-01 16:20:04 +01:00
parent ee625615ff
commit 54a64c076b
11 changed files with 237 additions and 523 deletions

View File

@ -25,6 +25,13 @@
text-align: center;
}
.cl-checkbox input[type="checkbox"]:checked + span {
color: #999; /* leicht grau */
text-decoration: line-through;
transition: color 0.3s, text-decoration 0.3s; /* sanfter Übergang */
}
img {
width: 100%;
height: auto;