Initial commit – lokale Dateien hochgeladen

This commit is contained in:
Alexander-Stosic 2025-07-29 19:10:33 +02:00
parent 5bdf649ce1
commit 0db3bb9207
21 changed files with 907 additions and 616 deletions

View file

@ -1 +1,17 @@
// Add your custom code
.hover-tile {
transition: background-color 0.3s ease;
}
.hover-tile:hover {
filter: brightness(1.15);
cursor: default;
}
.hover-tile {
transition: background-color 0.3s ease;
}
.hover-tile:hover {
filter: brightness(1.15);
cursor: default;
}