Files
docs.grlx.dev/src/custom.css
Tai Groot 1b177f3df2 feat: add doc versioning with starlight-versions
- Install starlight-versions plugin for version dropdown UI
- Archive current stable docs as v1.0.5 (slug: 1.0)
- Current/latest version labeled v2.0-alpha
- Add new alpha feature docs: SSH, cohorts, RBAC, audit logging, sprouts
- Update glossary with cross-references to new pages
- Update sidebar with Security section and new pages
- Upgrade to Astro 6, Starlight 0.38, starlight-tailwind 5, ESLint 10
- Migrate content config to src/content.config.ts with loaders
- Fix all prettier formatting issues
2026-03-16 07:07:29 +00:00

13 lines
190 B
CSS

.discord-bg .card .icon {
background-color: #5865f2;
--sl-card-border: #454fbf !important;
}
[data-theme='light'] .hidden {
display: none;
}
table .sl-badge {
font-size: 0.75em;
}