From ee73c4b63c38226191da1605324d76b223cee3e2 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Mon, 27 Feb 2023 22:26:55 -0800 Subject: Allow Colophon and Dedication page to have unique styles The unique styling for the Colophon and Dedication pages (and probably some others in the future, too) is taken care of with the "imported PDF" feature of Asciidoctor-PDF. --- themes/poppy-dedication-theme.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 themes/poppy-dedication-theme.yml (limited to 'themes/poppy-dedication-theme.yml') diff --git a/themes/poppy-dedication-theme.yml b/themes/poppy-dedication-theme.yml new file mode 100644 index 0000000..351b9e1 --- /dev/null +++ b/themes/poppy-dedication-theme.yml @@ -0,0 +1,13 @@ +--- + +extends: poppy + +page: + margin: [2.5in, ~, ~, ~] + +base: + line-height: 1.0 + text-align: center + +prose: + text-indent-inner: 0 -- cgit v1.2.3