Skip to content

Commit 66d2b61

Browse files
committed
fix: footer link colours
1 parent cbb5b1d commit 66d2b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/layout/Footer.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ const { class: className } = Astro.props;
8686
}
8787
}
8888

89-
a,
90-
a.external {
89+
:global(a),
90+
:global(a.external) {
9191
color: inherit;
9292
font-weight: normal;
9393
}

0 commit comments

Comments
 (0)