diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-12-06 16:30:29 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-12-06 16:31:33 -0700 |
| commit | a253c1c8687fd56b84bc7291f736a1e6584c7c71 (patch) | |
| tree | 106e6c8e78a0a0cd05dbeea029538d0ca7e1a5a3 /data | |
| parent | ca27a871c6dd1485ea12e64ea66cd38d4a68eb5a (diff) | |
show custom admonition icon config in comments
Diffstat (limited to 'data')
| -rw-r--r-- | data/themes/default-theme.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/themes/default-theme.yml b/data/themes/default-theme.yml index a2756303..7f65fa65 100644 --- a/data/themes/default-theme.yml +++ b/data/themes/default-theme.yml @@ -129,6 +129,11 @@ admonition: border_color: $base_border_color border_width: $base_border_width padding: [0, $horizontal_rhythm, 0, $horizontal_rhythm] +# icon: +# tip: +# name: fa-lightbulb-o +# stroke_color: 111111 +# size: 24 blockquote: font_color: $base_font_color font_size: $base_font_size_large |
