From 5cab3659f46ce0d388a40ad9c9fc49128f767103 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 9 Aug 2024 21:12:54 +0100 Subject: [PATCH] Fix stylesheet name --- run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run b/run index a05367c..442a666 100755 --- a/run +++ b/run @@ -37,7 +37,7 @@ function generate:pdf { --fit-background-mode scale \ --font-path ../fonts \ --output "../../dist/${DIRECTORY_NAME}.pdf" \ - --stylesheets ../styles/style-light,tango \ + --stylesheets ../styles/opdavies-light,tango \ "${@}" popd