fix(docs): extension-less links for DE locale; format README and custom.css

Made-with: Cursor
This commit is contained in:
Marvin
2026-04-09 23:59:32 +02:00
parent c46717b3cf
commit 1d4676f52b
5 changed files with 40 additions and 36 deletions

View File

@@ -423,7 +423,11 @@ body {
/* Doc canvas — editorial bleed (wiki layout alignment); no hard section borders */
.theme-doc-wrapper {
background: linear-gradient(180deg, var(--color-surface-container-low) 0%, var(--color-background) 42%);
background: linear-gradient(
180deg,
var(--color-surface-container-low) 0%,
var(--color-background) 42%
);
}
.theme-doc-root .theme-doc-sidebar-container {