diff options
| author | Fabien Launay <fabien.launay.email@gmail.com> | 2023-03-12 17:54:24 +0900 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-03-12 01:54:41 -0700 |
| commit | cc4ec3101a50dda0e2a39fecc11e60472a6713a0 (patch) | |
| tree | 7954c6180a664acba3a1948bb096baaaadfb9ed2 /docs/modules/theme | |
| parent | 84ac57b311f2e936ebff4aa8c410c2dd2edb6887 (diff) | |
move font-color row up in reference tables for ulist marker (PR #2392)
Diffstat (limited to 'docs/modules/theme')
| -rw-r--r-- | docs/modules/theme/pages/list.adoc | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/modules/theme/pages/list.adoc b/docs/modules/theme/pages/list.adoc index 87f939b2..bba809be 100644 --- a/docs/modules/theme/pages/list.adoc +++ b/docs/modules/theme/pages/list.adoc @@ -103,6 +103,14 @@ The keys in the `ulist-marker` category control the arrangement and style of the |=== |Key |Value Type |Example +|font-color +|xref:color.adoc[Color] + +(default: `$list-marker-font-color`) +|[source] +ulist: + marker: + font-color: #CCCCCC + |font-family |xref:font-support.adoc[Font family name] + (default: _inherit_) @@ -119,14 +127,6 @@ ulist: marker: font-size: 9 -|font-color -|xref:color.adoc[Color] + -(default: `$list-marker-font-color`) -|[source] -ulist: - marker: - font-color: #CCCCCC - |font-style |xref:text.adoc#font-style[Font style] + (default: `$base-font-style`) @@ -162,6 +162,15 @@ ulist: disc: content: "\uf140" +|font-color +|xref:color.adoc[Color] + +(default: _inherit_) +|[source] +ulist: + marker: + square: + font-color: #FF0000 + |font-family |xref:font-support.adoc[Font family name] + (default: _inherit_) @@ -180,15 +189,6 @@ ulist: disc: font-size: 9 -|font-color -|xref:color.adoc[Color] + -(default: _inherit_) -|[source] -ulist: - marker: - square: - font-color: #FF0000 - |font-style |xref:text.adoc#font-style[Font style] + (default: _inherit_) |
