mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 11:39:18 +02:00
fix(docs): extension-less links for DE locale; format README and custom.css
Made-with: Cursor
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user