Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_anchor.scss « components « scss « assets - github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b494e629041fb0fde8043f27a3173862aa7a4d5 (plain)
1
2
3
4
5
6
7
8
9
10
.content {
  .header-anchor {
    text-decoration: none;
    fill: currentColor;
    opacity: 0.6;
  }
  .header-anchor:hover {
    opacity: 1;
  }
}