rfid/themes/hugo-whisper-theme/assets/scss/components/_anchor.scss
2021-10-01 14:32:43 +02:00

11 lines
150 B
SCSS

.content {
.header-anchor {
text-decoration: none;
fill: currentColor;
opacity: 0.6;
}
.header-anchor:hover {
opacity: 1;
}
}