We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d654764 commit e18fa1aCopy full SHA for e18fa1a
src/layouts/Layout.astro
@@ -54,7 +54,7 @@ const externalDomain = new URL(Astro.site || "").hostname;
54
max-width: 1150px;
55
}
56
57
- main a[href^="http"]:not([href*="var(--externalDomain)"]):not(.button-link):not(:has(img))::after {
+ article a[href^="http"]:not([href*="var(--externalDomain)"]):not(.button-link):not(:has(img))::after {
58
font-size: 0.8em;
59
content: " ↗";
60
display: inline-block;
0 commit comments