projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1062d64
)
fix comment on highlight.js style
author
Dan Allen
<dan@opendevise.com>
Fri, 19 Jul 2019 19:58:57 +0000
(13:58 -0600)
committer
Dan Allen
<dan@opendevise.com>
Fri, 19 Jul 2019 19:58:57 +0000
(13:58 -0600)
src/css/highlight.css
patch
|
blob
|
history
diff --git
a/src/css/highlight.css
b/src/css/highlight.css
index
e343b23
..
f57f664
100644
(file)
--- a/
src/css/highlight.css
+++ b/
src/css/highlight.css
@@
-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;