Move the overridden CSS to overrides.css which can be applied on nixos.org
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ pkgs.stdenv.mkDerivation {
|
||||
xsltFlags = lib.concatStringsSep " " [
|
||||
"--param section.autolabel 1"
|
||||
"--param section.label.includes.component.label 1"
|
||||
"--stringparam html.stylesheet 'style.css'"
|
||||
"--stringparam html.stylesheet 'style.css overrides.css'"
|
||||
"--param xref.with.number.and.title 1"
|
||||
"--param toc.section.depth 3"
|
||||
"--stringparam admon.style ''"
|
||||
|
||||
Reference in New Issue
Block a user