[cgit.css]: improve diff colors

This commit is contained in:
Jesús
2021-04-08 19:24:59 -05:00
parent 59a573d25f
commit 5bcfd340fd

View File

@@ -471,11 +471,11 @@ color: #6CC;
} }
table.diff td div.add { table.diff td div.add {
color: #2bb34b; color: #00E676;
} }
table.diff td div.del { table.diff td div.del {
color: red; color: #F44336;
} }
.sha1 { .sha1 {
@@ -789,4 +789,3 @@ border: none;
table.ssdiff td.space div { table.ssdiff td.space div {
min-height: 3em; min-height: 3em;
} }