diff options
Diffstat (limited to 'theme/stylesheets/ebook')
-rw-r--r-- | theme/stylesheets/ebook/base.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stylesheets/ebook/base.less b/theme/stylesheets/ebook/base.less index 842c13c..65a053c 100644 --- a/theme/stylesheets/ebook/base.less +++ b/theme/stylesheets/ebook/base.less @@ -13,7 +13,7 @@ body { .page { // Section and first titles .section { - .markdown-content(@text-color, 1.6, @md-link-color: @link-color); + .markup-content(@text-color, 1.6, @md-link-color: @link-color); } // Hide the title (only used to build PDF table of content) |