summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-27 01:51:34 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-04-27 01:58:26 -0600
commit2c6adb5aed0d3b1161795fd56011398f17b57626 (patch)
tree5eb198ed99596686539337519f96ad9bf983fa7d
parentfad04a8ebb7c998e5a837adf8ac4204b12cc7cfb (diff)
clarify statement about values in default theme
-rw-r--r--docs/modules/theme/pages/keys.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/modules/theme/pages/keys.adoc b/docs/modules/theme/pages/keys.adoc
index 0595d731..3d415ce2 100644
--- a/docs/modules/theme/pages/keys.adoc
+++ b/docs/modules/theme/pages/keys.adoc
@@ -13,7 +13,9 @@ All keys are flatted when the theme is loaded (e.g., `text-align` nested under `
The converter uses the values of these keys to control how most elements are arranged and styled in the PDF.
The default values listed in this section get inherited from the {url-project-repo}/blob/{page-origin-refname}/data/themes/base-theme.yml[base theme^].
-IMPORTANT: The {url-project-repo}/blob/{page-origin-refname}/data/themes/default-theme.yml[default theme^] has a different set of values which are not shown in this guide.
+IMPORTANT: The default theme has a different set of values from the base theme.
+Those values are not reflected in this guide.
+Consult the {url-project-repo}/blob/{page-origin-refname}/data/themes/default-theme.yml[default theme^] to see what values it uses.
When creating a theme that extends the base theme, all keys are optional.
Required keys are provided by the base theme.