rfid/themes/hugo-whisper-theme/assets/scss/components/_anchor.scss

11 lines
150 B
SCSS
Raw Normal View History

2021-10-01 12:32:43 +00:00
.content {
.header-anchor {
text-decoration: none;
fill: currentColor;
opacity: 0.6;
}
.header-anchor:hover {
opacity: 1;
}
}