summaryrefslogtreecommitdiff
path: root/web/cgit-extra.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/cgit-extra.html')
-rw-r--r--web/cgit-extra.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cgit-extra.html b/web/cgit-extra.html
index 3241e8c..3a918ee 100644
--- a/web/cgit-extra.html
+++ b/web/cgit-extra.html
@@ -343,7 +343,7 @@ function getActivityColor( commits, highest ) {
let percent = commits / highest;
let color = [
255 * (1.0 - percent),
- 255 * percent,
+ 80 + 175 * percent,
255
];