10 lines
150 B
SCSS
10 lines
150 B
SCSS
.content {
|
|
.header-anchor {
|
|
text-decoration: none;
|
|
fill: currentColor;
|
|
opacity: 0.6;
|
|
}
|
|
.header-anchor:hover {
|
|
opacity: 1;
|
|
}
|
|
}
|