2025-06-07 23:02:15 +02:00
|
|
|
// Add your custom code
|
2025-07-29 19:10:33 +02:00
|
|
|
.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;
|
|
|
|
|
}
|