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 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: " " attr(href); content: "🔗";
filter: opacity(0.5); filter: grayscale(100%);
font-size: 0.8em; font-size: 0.7em;
margin-left: 0.25em;
font-weight: normal; font-weight: normal;
text-decoration: none;
} }
.markdownPreview h1 { .markdownPreview h1 {