Skip to content

Commit

Permalink
fix external link icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dbushell committed Aug 15, 2024
1 parent c489603 commit d836944
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/css/prose.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@
content: '';
display: block;
inline-size: 0.75rem;
inset-block-start: 50%;
inset-block-start: 0.3rem;
inset-inline-start: 0.1rem;
mask: var(--external) center center / 100% auto no-repeat;
position: absolute;
transform: translateY(-50%);
}
}

0 comments on commit d836944

Please sign in to comment.