style(docs): darken sidebar category labels on cream background
Some checks failed
CI / lint (push) Successful in 46s
Deploy / notebooks (push) Has been skipped
Deploy / zotero (push) Has been skipped
Deploy / docs (push) Has been skipped
Deploy / api (push) Has been skipped
Deploy / mc (push) Has been skipped
Infra CI / notebooks (push) Failing after 17s
Infra CI / zotero (push) Successful in 16s
Infra CI / docs (push) Successful in 1m25s
Infra CI / api (push) Successful in 15s
Infra CI / mc (push) Successful in 16s
Deploy / report (push) Successful in 36s
CI / test (push) Has been cancelled

This commit is contained in:
kert
2026-04-18 22:21:34 -04:00
parent 569d523238
commit 845cd04c06

View File

@@ -214,7 +214,11 @@ h1, h2, h3, h4, h5, h6 {
font-weight: 600; font-weight: 600;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0.06em; letter-spacing: 0.06em;
color: var(--ifm-font-color-secondary); color: #3D3D3A;
}
[data-theme="dark"] .menu__list-item-collapsible .menu__link {
color: #D0C8BC;
} }
/* ── Breadcrumbs (eyebrow style) ───────────────────────────── */ /* ── Breadcrumbs (eyebrow style) ───────────────────────────── */