From 32661cf806a2b2a757cce2cd3596059bc1ca2f6a Mon Sep 17 00:00:00 2001 From: atlas Date: Sat, 30 May 2026 11:42:06 +0200 Subject: [PATCH] nix/docs: extract CSS into sibling file (#625) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per mara on #622 comment 7442: > follow up moving scripts and css and stuff out of the nix file. > can live in the same dir. Layout: nix/docs/ default.nix ← what was nix/docs.nix style.css ← extracted from inline `styleCSS = '' ... ''` `builtins.readFile ./style.css` loads the stylesheet at evaluation time, so the rendered HTML stays byte-identical (CSS inlined into each page's `