From 2d0983fbf3db32f5e6533d4cb8d1848d72baaeb5 Mon Sep 17 00:00:00 2001 From: Blue Rose Date: Fri, 2 Feb 2024 18:50:32 -0600 Subject: [PATCH] quick external link fix? --- quartz/styles/custom.scss | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index 54f22161397f8..622a462f5a604 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -114,10 +114,6 @@ h6 { } } &.external { - &::after { - content: $external-link-svg; - white-space: nowrap; - } border-radius: 0; border-bottom: $external-link-underline; } @@ -140,11 +136,7 @@ h6 { content: $internal-link-svg-big; } } - &.external { - &::after { - content: $external-link-svg-big; - } - } + &:last-of-type { &::before { content: none;