💄 style: fix invisible url on hover in projects

This commit is contained in:
welpo
2023-03-06 23:28:26 +01:00
parent 28d5704afd
commit 77298d82b0

View File

@@ -49,7 +49,7 @@ h6:hover .zola-anchor {
opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
.zola-anchor h1, h2, h3, h4, h5, h6 {
a:hover {
background-color: transparent;
}