Fix code coloration in book markdown

This commit is contained in:
Samy Pessé
2014-08-11 09:37:25 -07:00
parent 9e8ed9ac68
commit 50dfee99b6
3 changed files with 5 additions and 3 deletions
File diff suppressed because one or more lines are too long
-2
View File
@@ -358,8 +358,6 @@
background-color: #f7f7f7;
border: none;
border-radius: 3px;
@import "./highlight/white.less";
}
pre {
+4
View File
@@ -4,6 +4,10 @@
.book .book-body .page-wrapper .page-inner section.normal {
.markdown-content(@content-color, @content-line-height);
pre, code {
@import "./highlight/white.less";
}
}
.book.color-theme-1 .book-body .page-wrapper .page-inner section.normal {