🐛 fix: remove header link background change on hover

This commit is contained in:
welpo 2023-03-11 00:21:31 +01:00
parent 76db25b44a
commit 884cc90439
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -45,13 +45,10 @@ 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, background-color: transparent;
.zola-anchor h4 a:hover, }
.zola-anchor h5 a:hover,
.zola-anchor h6 a:hover {
background-color: transparent;
} }
ul { ul {