mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
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;
|
|
}
|
|
}
|