summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-06-22 14:36:21 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-06-22 14:37:26 -0600
commitbe7356dafd3bdd82d9b515a59997da64f300eaf1 (patch)
tree7303feedb1e3b194933f0cd437a3c6d5c0f49b83 /docs
parent0d7e6d9240156c01995b89df8285703eef66ce52 (diff)
add disclaimer about the Asciidoctor Skins project
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/html-backend/pages/default-stylesheet.adoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/modules/html-backend/pages/default-stylesheet.adoc b/docs/modules/html-backend/pages/default-stylesheet.adoc
index 6c2cdca8..1a293a94 100644
--- a/docs/modules/html-backend/pages/default-stylesheet.adoc
+++ b/docs/modules/html-backend/pages/default-stylesheet.adoc
@@ -223,8 +223,12 @@ To learn more about how to apply a custom stylesheet, see xref:custom-stylesheet
== Are there different themes?
The default stylesheet does not provide different themes.
-However, you can find stylesheets with different themes in the https://github.com/darshandsoni/asciidoctor-skins[Asciidoctor Skins^] project.
-These stylesheets take the approach of loading the default stylesheet (from a CDN), then overlaying additional styles to create a variety of themes.
+You may be interested in trying the themes provided by the https://github.com/darshandsoni/asciidoctor-skins[Asciidoctor Skins^] project.
+These stylesheets take the approach of loading the default stylesheet (from a CDN), then overlaying additional styles to produce a variety of themes.
You also have the option of downloading the {url-default-stylesheet-source}[source of the default stylesheet^] and customizing it to suit your needs.
+CAUTION: The Asciidoctor Skins project is hosted outside of the Asciidoctor organization.
+As such, it's not guaranteed to be compatible with the latest Asciidoctor releaes.
+If there are problems with the stylesheets it provides, please report it to that project.
+
To learn how to apply a custom stylesheet, see xref:custom-stylesheet.adoc[].