This commit is contained in:
Philipinho
2026-09-08 13:24:21 +01:00
parent f05a611910
commit 23cddb78b7
@@ -15,8 +15,6 @@
--docs-accent: #2b7af1; --docs-accent: #2b7af1;
--docs-accent-soft: color-mix(in srgb, var(--docs-accent) 10%, transparent); --docs-accent-soft: color-mix(in srgb, var(--docs-accent) 10%, transparent);
/* Cloudflare-style single-ink model: one foreground for headings, bold, and
* body on a just-off-white page; neither end of the scale is pure. */
--docs-bg: oklch(99% 0 0); --docs-bg: oklch(99% 0 0);
--docs-fg: oklch(21% 0 0); --docs-fg: oklch(21% 0 0);
--docs-content-fg: var(--docs-fg); --docs-content-fg: var(--docs-fg);
@@ -410,7 +408,7 @@
} }
} }
/* Expanded parents read as section headers, Cloudflare-style. */ /* Expanded parents read as section headers. */
.treeRow[data-open-parent="true"] { .treeRow[data-open-parent="true"] {
color: var(--docs-fg); color: var(--docs-fg);
font-weight: 500; font-weight: 500;
@@ -543,8 +541,6 @@
} }
} }
/* ---------- Sidebar branding experiments (GitBook card / ReadMe line) ---------- */
/* ---------- Footer branding ---------- */ /* ---------- Footer branding ---------- */
.footer { .footer {
@@ -773,8 +769,6 @@
color: inherit; color: inherit;
} }
/* Modest semibold heading scale (Cloudflare-style); class doubled to outrank
* the shared editor and .public-typography rules. */
.root.root :global(.ProseMirror) h1 { .root.root :global(.ProseMirror) h1 {
font-size: 1.75rem; font-size: 1.75rem;
font-weight: 600; font-weight: 600;