diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/poppy-colophon-theme.yml | 9 | ||||
| -rw-r--r-- | themes/poppy-dedication-theme.yml | 13 |
2 files changed, 22 insertions, 0 deletions
diff --git a/themes/poppy-colophon-theme.yml b/themes/poppy-colophon-theme.yml new file mode 100644 index 0000000..6e42e4b --- /dev/null +++ b/themes/poppy-colophon-theme.yml @@ -0,0 +1,9 @@ +--- + +extends: poppy + +base: + line-height: 1.0 + +prose: + text-indent-inner: 0 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 |
