Skip to content

Commit

Permalink
💄 fix link style
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Jun 21, 2024
1 parent 027d835 commit 8e107f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions static/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ main {
@container style(--is-mobile: true) {
padding: 2rem;
}

/* for gfm renderer */
> div {
> h1, h2, h3, h4, h5, h6 {
> a > svg {
display: none;
}

&:hover {
position: relative;
left: -16px;

> a > svg {
display: inline-block;
}
}
}
}
}

li {
Expand Down

0 comments on commit 8e107f1

Please sign in to comment.