client: better link hover symbol

pull/40/head^2
Max Leiter 4 years ago
parent 26a9639589
commit ef16bfc565
No known key found for this signature in database
GPG Key ID: A3512F2F2F17EBDA

@ -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…
Cancel
Save