Skip to content

Commit

Permalink
quick external link fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
bluerosegarden committed Feb 3, 2024
1 parent 7914838 commit 2d0983f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ h6 {
}
}
&.external {
&::after {
content: $external-link-svg;
white-space: nowrap;
}
border-radius: 0;
border-bottom: $external-link-underline;
}
Expand All @@ -140,11 +136,7 @@ h6 {
content: $internal-link-svg-big;
}
}
&.external {
&::after {
content: $external-link-svg-big;
}
}

&:last-of-type {
&::before {
content: none;
Expand Down

0 comments on commit 2d0983f

Please sign in to comment.