fix comment on highlight.js style
authorDan Allen <dan@opendevise.com>
Fri, 19 Jul 2019 19:58:57 +0000 (13:58 -0600)
committerDan Allen <dan@opendevise.com>
Fri, 19 Jul 2019 19:58:57 +0000 (13:58 -0600)
src/css/highlight.css

index e343b23..f57f664 100644 (file)
@@ -1,14 +1,4 @@
-/*! GitHub style for highlight.js (c) Vasily Polovnyov <vast@whiteants.net> */
-/*
-.hljs {
-  display: block;
-  overflow-x: auto;
-  padding: 0.5em;
-  color: #333;
-  background: #f8f8f8;
-}
-*/
-
+/*! Adapted from the GitHub style by Vasily Polovnyov <vast@whiteants.net> */
 .hljs-comment,
 .hljs-quote {
   color: #998;