mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01:00
🐛 fix: remove header link background change on hover
This commit is contained in:
parent
76db25b44a
commit
884cc90439
1 changed files with 4 additions and 7 deletions
|
|
@ -45,14 +45,11 @@ h6:hover .zola-anchor {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zola-anchor h1 a:hover,
|
h1, h2, h3, h4, h5, h6 {
|
||||||
.zola-anchor h2 a:hover,
|
a:hover {
|
||||||
.zola-anchor h3 a:hover,
|
|
||||||
.zola-anchor h4 a:hover,
|
|
||||||
.zola-anchor h5 a:hover,
|
|
||||||
.zola-anchor h6 a:hover {
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue