diff --git a/astro.config.mjs b/astro.config.mjs index 50d4bef..a7bc050 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -114,7 +114,7 @@ export default defineConfig({ components: { Footer: './src/components/AdatomicFooter.astro', }, - customCss: ['./src/tailwind.css'], + customCss: ['./src/tailwind.css', './src/custom.css'], defaultLocale: 'root', locales: { root: { diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index d7409fb..1e46226 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -16,18 +16,26 @@ hero: icon: github --- -import { Card, CardGrid } from '@astrojs/starlight/components'; +import { Card, CardGrid } from '@astrojs/starlight/components' ## Next steps - - Check out our [Getting Started](/getting-started) started page on how to install `grlx` - - - Check out our [ingredients](/ingredients/overview) to learn more about how to configure your fleet - - - Learn more in [the grlx Docs](/getting-started) - + + Check out our [Getting Started](/getting-started) started page on how to + install grlx + + + Check out our [ingredients](/ingredients/overview) to learn more about how + to configure your fleet + + + Learn more in [the grlx Docs](/getting-started) + +
+ + Join our [Discord](https://discord.gg/RNsZ3KWjXm) for learning more about + grlx + +
diff --git a/src/custom.css b/src/custom.css new file mode 100644 index 0000000..43e37eb --- /dev/null +++ b/src/custom.css @@ -0,0 +1,5 @@ +.discord-bg .card .icon{ + background-color: #7289da; + --sl-card-border: #454FBF !important; +} +