mirror of
https://github.com/TeamPiped/hugo-whisper-theme.git
synced 2024-08-14 23:57:00 +00:00
Enable to add anchor to header elements
This commit is contained in:
parent
d39f310357
commit
15d306cf14
4 changed files with 38 additions and 1 deletions
10
assets/scss/components/_anchor.scss
Normal file
10
assets/scss/components/_anchor.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
.content {
|
||||
.header-anchor {
|
||||
text-decoration: none;
|
||||
fill: currentColor;
|
||||
opacity: 0.6;
|
||||
}
|
||||
.header-anchor:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue