aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremias Stotter <jeremias@stotter.eu>2021-06-30 21:08:08 +0200
committerJeremias Stotter <jeremias@stotter.eu>2021-06-30 21:08:08 +0200
commit2be248130ae3a47e79f51b4f805e0575791912f3 (patch)
treee45f86cdf140ab2a50195f745756c9b81fad4cd6
parentf5f3030ca23fa102b4cdfb312842af7312e35012 (diff)
downloadcgit-dark-2be248130ae3a47e79f51b4f805e0575791912f3.tar.gz
cgit-dark-2be248130ae3a47e79f51b4f805e0575791912f3.tar.bz2
cgit-dark-2be248130ae3a47e79f51b4f805e0575791912f3.zip
Insertion color made readable
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index ab9d2f4..13dd9ca 100644
--- a/cgit.css
+++ b/cgit.css
@@ -721,11 +721,11 @@ div#cgit span.age-years {
}
div#cgit span.insertions {
- color: #080;
+ color: #8f8;
}
div#cgit span.deletions {
- color: #800;
+ color: #f88;
}
div#cgit div.footer {
Jeremias Stotters git repositories generated by CGIT