add header link icon

This commit is contained in:
Timothy Lin
2024-04-17 15:49:10 +08:00
parent afdda22e08
commit 5d670d51c4
5 changed files with 64 additions and 3 deletions

View File

@ -33,3 +33,19 @@ input:-webkit-autofill:focus {
.katex-display {
overflow: auto hidden;
}
.content-header-link {
opacity: 0;
margin-left: -24px;
padding-right: 4px;
}
.content-header:hover .content-header-link,
.content-header-link:hover {
opacity: 1;
}
.linkicon {
display: inline-block;
vertical-align: middle;
}