summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/cgit-extra.html2
-rw-r--r--web/git.css1
2 files changed, 2 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
];
diff --git a/web/git.css b/web/git.css
index dcd7b22..d7d0ead 100644
--- a/web/git.css
+++ b/web/git.css
@@ -143,6 +143,7 @@ td .popup {
padding: 3px;
padding-right: 5px;
z-index: 1;
+ white-space: pre;
}
td .popup.right {