Changeset - d660ccdd628d
[Not reviewed]
stable
0 1 0
Andrew Shadura - 11 years ago 2015-05-06 16:21:51
andrew@shadura.me
diff view: change diffs markers colours to make them less contrast
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -4962,22 +4962,22 @@ table.code-difftable .code pre {
 
    line-height: 17px;
 
    white-space: pre-wrap;
 
}
 

	
 
table.code-difftable .del .code pre:before {
 
    content: "-";
 
    color: #550000;
 
    color: #800;
 
    float: left;
 
    left: -1em;
 
    position: relative;
 
    width: 0;
 
}
 
 
 
table.code-difftable .add .code pre:before {
 
    content: "+";
 
    color: #005500;
 
    color: #080;
 
    float: left;
 
    left: -1em;
 
    position: relative;
 
    width: 0;
 
}
 
 
0 comments (0 inline, 0 general)