diff options
Diffstat (limited to 'theme/stylesheets/website/markdown.less')
-rwxr-xr-x | theme/stylesheets/website/markdown.less | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/theme/stylesheets/website/markdown.less b/theme/stylesheets/website/markdown.less index b5b0121..e710683 100755 --- a/theme/stylesheets/website/markdown.less +++ b/theme/stylesheets/website/markdown.less @@ -5,10 +5,6 @@ .book .book-body .page-wrapper .page-inner section.normal { .markdown-content(@content-color, @content-line-height); - pre, code { - @import "./highlight/white.less"; - } - .glossary-term { cursor: help; text-decoration: underline; @@ -51,8 +47,6 @@ background: @page-pre-background-1; color: @page-pre-color-1; border-color: @page-pre-border-color-1; - - @import "./highlight/sepia.less"; } .highlight { @@ -112,8 +106,6 @@ color: @page-pre-color-2; background: @page-pre-background-2; border-color: @page-pre-border-color-2; - - @import "./highlight/night.less"; } .highlight { |