diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-25 18:28:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-25 18:28:14 -0600 |
| commit | 56d2277f86b35e99086db6dd2fa80952280be52d (patch) | |
| tree | 470608e042ea65d22af0467c01e4a6b46d2cd9ac /docs/modules/theme | |
| parent | 056e38e1db48432a9349fecb25aae0e6fe749ea1 (diff) | |
resolves #1995 add support for background-color property on caption (PR #2077)
Diffstat (limited to 'docs/modules/theme')
| -rw-r--r-- | docs/modules/theme/pages/caption.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/modules/theme/pages/caption.adoc b/docs/modules/theme/pages/caption.adoc index 36f09b12..9f4eb30e 100644 --- a/docs/modules/theme/pages/caption.adoc +++ b/docs/modules/theme/pages/caption.adoc @@ -19,6 +19,13 @@ The value `inherit` resolves to the alignment of the block image. caption: align: right +|background-color +|xref:color.adoc[Color] + +(default: _none_) +|[source] +caption: + background-color: '#DDDDDD' + |font-color |xref:color.adoc[Color] + (default: _inherit_) |
