summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-03-12 01:08:26 -0700
committerGitHub <noreply@github.com>2023-03-12 01:08:26 -0700
commit84ac57b311f2e936ebff4aa8c410c2dd2edb6887 (patch)
tree3d161197f3cbb84e281b8017f82b53fe79f88465 /docs
parent6f6d9aab531ce5fc2b7b32aee9c2bd63fcbafd00 (diff)
resolves #2402 add callout-list-marker-font-color theme key to control color of conum marker in callout list (PR #2403)
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/theme/pages/callout.adoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/modules/theme/pages/callout.adoc b/docs/modules/theme/pages/callout.adoc
index bee5fac3..1319a0c8 100644
--- a/docs/modules/theme/pages/callout.adoc
+++ b/docs/modules/theme/pages/callout.adoc
@@ -71,6 +71,13 @@ callout-list:
callout-list:
margin-top-after-code: 0
+|marker-font-color
+|xref:color.adoc[Color] +
+(default: `$conum-font-color`)
+|[source]
+callout-list:
+ marker-font-color: #000000
+
|text-align
|xref:text.adoc#text-align[Text alignment] +
(default: `$list-text-align`)