Skip to content

Commit

Permalink
remove prism css theme that conflicts hljs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Jul 25, 2018
1 parent f2aa318 commit 4974d8c
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions lib/static/css/prism.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
/**
* prism.js default theme for JavaScript, CSS and HTML
* Modified prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/

code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
Expand All @@ -27,23 +24,6 @@ pre[class*="language-"] {
hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
text-shadow: none;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
text-shadow: none;
}

@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}

/* Code blocks */
pre[class*="language-"] {
padding: 1em;
Expand Down

0 comments on commit 4974d8c

Please sign in to comment.