lib/softcover/book_template/html/stylesheets/softcover.css in softcover-1.7.1 vs lib/softcover/book_template/html/stylesheets/softcover.css in softcover-1.7.2

- old
+ new

@@ -160,9 +160,15 @@ #book .codelisting span.break { margin-top: -0.4em; } +#book .code .highlight .linenos { + color: #666; + font-weight: normal; +} + +/* Include `.lineno` for backward-compatibility with Pygments 1. */ #book .code .highlight .lineno { color: #666; font-weight: normal; }