AMPERION_Webpage/themes/airspace-hugo/assets/scss/custom.scss

18 lines
280 B
SCSS
Raw Permalink Normal View History

2025-06-07 23:02:15 +02:00
// 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;
}