summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/markdown.less
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2015-09-12 19:23:07 +0200
committerSamy Pesse <samypesse@gmail.com>2015-09-12 19:23:07 +0200
commit08ff39fd0b95eed935241da96dcd43ef660f8860 (patch)
tree812001333acb90c75fc5ba7adc94a4736050fe8a /theme/stylesheets/website/markdown.less
parent82a6ee3875bca2b068d76ccc894c4313d1006b77 (diff)
downloadgitbook-08ff39fd0b95eed935241da96dcd43ef660f8860.zip
gitbook-08ff39fd0b95eed935241da96dcd43ef660f8860.tar.gz
gitbook-08ff39fd0b95eed935241da96dcd43ef660f8860.tar.bz2
Remove highlight.js dependency
Diffstat (limited to 'theme/stylesheets/website/markdown.less')
-rwxr-xr-xtheme/stylesheets/website/markdown.less8
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 {