client: improve link hover in markdown

This commit is contained in:
Max Leiter 2022-03-20 14:17:54 -07:00
parent 59d33042f2
commit 9d6db0c40b
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 h5 a:hover::after,
.markdownPreview h6 a:hover::after {
content: " " attr(href);
filter: opacity(0.5);
font-size: 0.8em;
content: "🔗";
filter: grayscale(100%);
font-size: 0.7em;
margin-left: 0.25em;
font-weight: normal;
text-decoration: none;
}
.markdownPreview h1 {