client: better link hover symbol
This commit is contained in:
parent
26a9639589
commit
ef16bfc565
1 changed files with 2 additions and 2 deletions
|
@ -36,11 +36,11 @@
|
|||
.markdownPreview h4 a:hover::after,
|
||||
.markdownPreview h5 a:hover::after,
|
||||
.markdownPreview h6 a:hover::after {
|
||||
content: "🔗";
|
||||
filter: grayscale(100%);
|
||||
content: "#";
|
||||
font-size: 0.7em;
|
||||
margin-left: 0.25em;
|
||||
font-weight: normal;
|
||||
filter: opacity(0.5);
|
||||
}
|
||||
|
||||
.markdownPreview h1 {
|
||||
|
|
Loading…
Reference in a new issue