new ordner
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user