Skip to content

Commit

Permalink
fix(markdown): styling adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 22, 2024
1 parent d434274 commit 1b12ed4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions libs/markdown/src/lib/markdown.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
a[target='_blank'] {
display: inline-flex;
align-items: center;
position: relative;
padding-right: 16px;

&::after {
content: 'open_in_new';
font-family: 'Material Icons', sans-serif;
font-family: var(--mdc-icon-font, 'Material Symbols Outlined');
padding-left: 2px;

&:hover {
text-decoration: none;
}
text-decoration: none;
position: absolute;
right: 0;
top: 1px;
}
}

Expand Down

0 comments on commit 1b12ed4

Please sign in to comment.