Skip to content

Commit

Permalink
Add icon for markdown header anchor links
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Aug 9, 2024
1 parent 5844286 commit 25bf639
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ui/common/css/component/_markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@
@include fluid-size('font-size', 17px, 23px);
}

h2:hover a[id]:before,
h3:hover a[id]:before,
h4:hover a[id]:before {
color: $c-font-dimmer;
content: $licon-Link;
font-family: 'lichess';
float: right;
}

@if $img {
img {
display: block;
Expand Down

0 comments on commit 25bf639

Please sign in to comment.