update anchor styling

This commit is contained in:
panr 2022-01-24 17:30:25 +01:00
parent 303616c5a8
commit f7d48e5db4
2 changed files with 4 additions and 2 deletions

View File

@ -274,10 +274,12 @@ blockquote.twitter-tweet {
}
.h-anchor {
margin-left: 1px;
color: var(--color-secondary);
text-decoration: none;
visibility: hidden;
opacity: 0;
transition: visibility 0s linear 0.1s, opacity 0.1s linear;
margin-left: 1px;
}
h1:hover a,

File diff suppressed because one or more lines are too long