From bc1ed0bff9e255a923553b0591e2d93482afb2b5 Mon Sep 17 00:00:00 2001 From: Benjamin Attal Date: Mon, 2 Jun 2014 16:51:10 -0400 Subject: [PATCH] Add highlighted lines to css rules. --- static/css/lib/highlight.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/lib/highlight.css b/static/css/lib/highlight.css index e40c81a..52ce2e6 100644 --- a/static/css/lib/highlight.css +++ b/static/css/lib/highlight.css @@ -1,7 +1,8 @@ td.linenos { background-color: #f0f0f0; padding-right: 10px; } span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; } -pre { line-height: 125%; } -.hll { background-color: #49483e } +pre { line-height: 125% } +.highlighttable { background-color: #49483e; width: inherit; } +.hll { background-color: rgba(255, 255, 0, 0.5); width: inherit; display: block; } { background: #272822; color: #f8f8f2 } .c { color: #75715e } /* Comment */ .err { color: #960050; background-color: #1e0010 } /* Error */