mirror of
https://github.com/gogrlx/docs.grlx.dev.git
synced 2026-04-14 17:00:50 -07:00
- 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
13 lines
190 B
CSS
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;
|
|
}
|