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
 
@@ -4965,7 +4965,7 @@ table.code-difftable .code pre {
 

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