Files
caldwell/assets/sass/heading.scss
2025-08-08 10:53:21 +02:00

11 lines
138 B
SCSS

.heading {
.heading-anchor {
opacity: 0;
transition: opacity 0.2s ease;
}
}
.heading:hover .heading-anchor {
opacity: 1;
}