# HG changeset patch # User Mads Kiilerich # Date 2015-01-06 00:54:35 # Node ID 725c345e16fe0202e40c75978f1b46e1f46d3bb0 # Parent 8ec971873d9b733d8a7979e76a737a39450ac955 diffs: make trailing spaces more visible - make vertical line less transparent diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -4864,7 +4864,7 @@ table.code-highlighttable div.code-highl table.code-difftable td.code pre i { border-style: solid; border-left-width: 1px; - color: rgba(0,0,0,0.15); + color: rgba(0,0,0,0.5); } /** LINE NUMBERS **/