client: improve link hover in markdown
This commit is contained in:
parent
59d33042f2
commit
9d6db0c40b
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue