diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-11 09:37:25 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 09:37:25 -0700 |
commit | 50dfee99b6880da4be442bd43f475ae87a565c46 (patch) | |
tree | de00bb67ffe5728f6175beb1ee0328354aa4f624 /theme/stylesheets/base/markdown.less | |
parent | 9e8ed9ac688caad7669eca441b5ac5cf9bc51beb (diff) | |
download | gitbook-50dfee99b6880da4be442bd43f475ae87a565c46.zip gitbook-50dfee99b6880da4be442bd43f475ae87a565c46.tar.gz gitbook-50dfee99b6880da4be442bd43f475ae87a565c46.tar.bz2 |
Fix code coloration in book markdown
Diffstat (limited to 'theme/stylesheets/base/markdown.less')
-rw-r--r-- | theme/stylesheets/base/markdown.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/theme/stylesheets/base/markdown.less b/theme/stylesheets/base/markdown.less index 46d6953..68194f7 100644 --- a/theme/stylesheets/base/markdown.less +++ b/theme/stylesheets/base/markdown.less @@ -358,8 +358,6 @@ background-color: #f7f7f7; border: none; border-radius: 3px; - - @import "./highlight/white.less"; } pre { |