This commit is contained in:
Paul Schneider 2025-07-09 11:17:16 +01:00
commit 409528b8d4
4 changed files with 8 additions and 4 deletions

View file

@ -39,3 +39,9 @@ img.blogphoto {
max-width: 100%;
max-height: 100%;
}
input[type='checkbox'] {
appearance: auto;
min-width: 1em;
min-height: 1em;
}