From 14df4eda96eb2efc01fed4d991e44f66656f8b17 Mon Sep 17 00:00:00 2001 From: delucis Date: Thu, 10 Aug 2023 21:12:47 +0000 Subject: [ci] format --- packages/starlight/user-components/LinkCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starlight/user-components/LinkCard.astro b/packages/starlight/user-components/LinkCard.astro index 6dad1c22..e7e3bd84 100644 --- a/packages/starlight/user-components/LinkCard.astro +++ b/packages/starlight/user-components/LinkCard.astro @@ -38,7 +38,7 @@ const { title, description, ...attributes } = Astro.props; /* a11y fix for https://github.com/withastro/starlight/issues/487 */ a::before { - content: ""; + content: ''; position: absolute; inset: 0; } -- cgit