From: Dan Allen Date: Fri, 19 Jul 2019 19:58:57 +0000 (-0600) Subject: fix comment on highlight.js style X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1d7d2a3f73d5e4f39c08ce3ac11292653c8b80d6;p=eg-antora.git fix comment on highlight.js style --- diff --git a/src/css/highlight.css b/src/css/highlight.css index e343b23..f57f664 100644 --- a/src/css/highlight.css +++ b/src/css/highlight.css @@ -1,14 +1,4 @@ -/*! GitHub style for highlight.js (c) Vasily Polovnyov */ -/* -.hljs { - display: block; - overflow-x: auto; - padding: 0.5em; - color: #333; - background: #f8f8f8; -} -*/ - +/*! Adapted from the GitHub style by Vasily Polovnyov */ .hljs-comment, .hljs-quote { color: #998;