---
import Default from '@astrojs/starlight/components/SocialIcons.astro';
---
<a class="llm-docs" href="https://aven.raine.dev/llms.txt">LLMs</a>
<Default><slot /></Default>
<style>
@layer starlight.core {
.llm-docs {
color: var(--sl-color-text-accent);
font-size: var(--sl-text-sm);
font-weight: 600;
text-decoration: none;
white-space: nowrap;
}
.llm-docs:hover {
color: var(--sl-color-white);
}
}
</style>