forked from deepStateMirrors/tabi
🐛 fix: remove h1 permalink 🔗 background on hover
This commit is contained in:
parent
9560103ce7
commit
667f15abb2
1 changed files with 7 additions and 4 deletions
|
@ -45,10 +45,13 @@ h6:hover .zola-anchor {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zola-anchor h1, h2, h3, h4, h5, h6 {
|
.zola-anchor h1 a:hover,
|
||||||
a:hover {
|
.zola-anchor h2 a:hover,
|
||||||
background-color: transparent;
|
.zola-anchor h3 a:hover,
|
||||||
}
|
.zola-anchor h4 a:hover,
|
||||||
|
.zola-anchor h5 a:hover,
|
||||||
|
.zola-anchor h6 a:hover {
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue