[cgit.css]: improve diff colors

This commit is contained in:
Jesús 2021-04-08 19:24:59 -05:00
parent 59a573d25f
commit 5bcfd340fd
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

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;
} }