forked from markus/AMPERION_Webpage
17 lines
280 B
SCSS
17 lines
280 B
SCSS
// 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;
|
|
}
|