We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff94cbf commit 81eacd3Copy full SHA for 81eacd3
1 file changed
components/SocialIcons.astro
@@ -10,6 +10,8 @@ import Default from "@astrojs/starlight/components/SocialIcons.astro"
10
11
<Default {...Astro.props}><slot /></Default>
12
13
+<div class="validator"><a href="https://validator.datapackage.org/"><strong>Validator</strong></a></div>
14
+
15
<!-- Add styles to mimic the default links appearance. -->
16
<style>
17
a {
@@ -21,4 +23,13 @@ import Default from "@astrojs/starlight/components/SocialIcons.astro"
21
23
a:hover {
22
24
opacity: 0.66;
25
}
26
27
+ div.validator {
28
+ border-left: 1px solid var(--sl-color-gray-5);
29
+ padding-left: 1rem;
30
+ }
31
32
+ div.validator a {
33
+ text-decoration: none;
34
35
</style>
0 commit comments