mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
Fix code coloration in book markdown
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -358,8 +358,6 @@
|
||||
background-color: #f7f7f7;
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
|
||||
@import "./highlight/white.less";
|
||||
}
|
||||
|
||||
pre {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user