diff options
author | delucis | 2023-08-10 21:12:47 +0000 |
---|---|---|
committer | fredkbot | 2023-08-10 21:12:47 +0000 |
commit | 14df4eda96eb2efc01fed4d991e44f66656f8b17 (patch) | |
tree | 127edb8b4b13817528c24c81ec63d96b0bbce3ed | |
parent | da35556eb95f2d397dfce03cc4acfacb0dcf1e89 (diff) | |
download | IT.starlight-14df4eda96eb2efc01fed4d991e44f66656f8b17.tar.gz IT.starlight-14df4eda96eb2efc01fed4d991e44f66656f8b17.tar.bz2 IT.starlight-14df4eda96eb2efc01fed4d991e44f66656f8b17.zip |
[ci] format
-rw-r--r-- | packages/starlight/user-components/LinkCard.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |