🐛 fix: set proper scope to transparent hover for anchor
This commit is contained in:
parent
a89fc02a96
commit
050f546e27
@ -43,15 +43,13 @@ h6:hover .zola-anchor {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1 .zola-anchor:hover,
|
||||||
h2,
|
h2 .zola-anchor:hover,
|
||||||
h3,
|
h3 .zola-anchor:hover,
|
||||||
h4,
|
h4 .zola-anchor:hover,
|
||||||
h5,
|
h5 .zola-anchor:hover,
|
||||||
h6 {
|
h6 .zola-anchor:hover {
|
||||||
a:hover {
|
background-color: transparent;
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user