/* Documentation site styling: the `docs` built-in theme, adjusted rather than replaced. * * A plain asset, copied through the build untouched — which is also how any other CSS, * image or font in a source directory reaches the output. It is linked after theme.css, * which is what lets these definitions win. * * Only the code surface is changed. syntax.css is generated from one syntect theme and * cannot follow prefers-color-scheme, so a site pairing a dark `highlight.theme` with a * theme has to say what colour code sits on — here, dark in both schemes, matching * base16-ocean.dark. Everything else is the theme's. */ :root { --orgo-code-bg: #2b303b; --orgo-code-fg: #c0c5ce; --orgo-code-rule: #1f232b; }