style: prevent header anchor selection

- Add `user-select: none` to .zola-anchor class in CSS
This commit is contained in:
welpo 2023-04-17 13:56:08 +02:00
parent 25a8374edc
commit 14997045d8
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -32,6 +32,7 @@ iframe {
padding-right: 0.45em;
padding-left: 0.4em;
opacity: 0;
user-select: none;
}
h1:hover .zola-anchor,