2023-01-08 22:12:24 -03:00

11 lines
150 B
SCSS

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