docs: migrate the manual to a Starlight documentation site #72

Merged
rootiest merged 15 commits from docs-starlight-site into main 2026-07-26 04:27:30 +00:00
Showing only changes of commit e684eb6134 - Show all commits
+4 -4
View File
@@ -61,7 +61,7 @@
} }
.sl-markdown-content h2 { .sl-markdown-content h2 {
color: var(--ctp-mauve); color: var(--ctp-green);
border-bottom: 1px solid var(--sl-color-gray-5); border-bottom: 1px solid var(--sl-color-gray-5);
padding-bottom: 0.2em; padding-bottom: 0.2em;
} }
@@ -111,7 +111,7 @@
} }
.card:hover { .card:hover {
border-color: var(--ctp-mauve); border-color: var(--ctp-green);
transform: translateY(-2px); transform: translateY(-2px);
} }
@@ -125,7 +125,7 @@
} }
.starlight-aside--tip { .starlight-aside--tip {
--sl-color-asides-text-accent: var(--ctp-green); --sl-color-asides-text-accent: var(--ctp-mauve);
} }
.starlight-aside--caution { .starlight-aside--caution {
@@ -138,7 +138,7 @@
/* ── Site chrome ───────────────────────────────────────────────────── */ /* ── Site chrome ───────────────────────────────────────────────────── */
.site-title { .site-title {
color: var(--ctp-mauve); color: var(--ctp-green);
} }
/* Table headers carry the accent so the many reference tables in the /* Table headers carry the accent so the many reference tables in the