diff options
Diffstat (limited to 'theme/stylesheets/website/markup.less')
-rwxr-xr-x | theme/stylesheets/website/markup.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stylesheets/website/markup.less b/theme/stylesheets/website/markup.less index 26e2fdf..90f2225 100755 --- a/theme/stylesheets/website/markup.less +++ b/theme/stylesheets/website/markup.less @@ -3,7 +3,7 @@ } .book .book-body .page-wrapper .page-inner section.normal { - .markup-content(@content-color, @content-line-height); + .gitbook-markdown(@md-color: @content-color, @md-line-height: @content-line-height); .glossary-term { cursor: help; |