Skip to content

Commit e18fa1a

Browse files
committed
Fix anchor links.
1 parent d654764 commit e18fa1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const externalDomain = new URL(Astro.site || "").hostname;
5454
max-width: 1150px;
5555
}
5656

57-
main a[href^="http"]:not([href*="var(--externalDomain)"]):not(.button-link):not(:has(img))::after {
57+
article a[href^="http"]:not([href*="var(--externalDomain)"]):not(.button-link):not(:has(img))::after {
5858
font-size: 0.8em;
5959
content: " ↗";
6060
display: inline-block;

0 commit comments

Comments
 (0)