client: better link hover symbol

This commit is contained in:
Max Leiter 2022-03-22 21:57:11 -07:00
parent 26a9639589
commit ef16bfc565
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -36,11 +36,11 @@
.markdownPreview h4 a:hover::after, .markdownPreview h4 a:hover::after,
.markdownPreview h5 a:hover::after, .markdownPreview h5 a:hover::after,
.markdownPreview h6 a:hover::after { .markdownPreview h6 a:hover::after {
content: "🔗"; content: "#";
filter: grayscale(100%);
font-size: 0.7em; font-size: 0.7em;
margin-left: 0.25em; margin-left: 0.25em;
font-weight: normal; font-weight: normal;
filter: opacity(0.5);
} }
.markdownPreview h1 { .markdownPreview h1 {