Merge pull request #1992 from lifehackerhansol/permalink

Add user-select: None to header-link
This commit is contained in:
Lily 2022-03-17 20:46:26 -07:00 committed by GitHub
commit b2e291903a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ body {
-moz-transition: opacity 0.2s ease-in-out 0.1s;
-o-transition: opacity 0.2s ease-in-out 0.1s;
transition: opacity 0.2s ease-in-out 0.1s;
user-select: none;
}
&:hover .header-link {