summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-02-25 14:50:46 +0100
committeraura <nw@moneybot.cc>2026-02-25 14:50:46 +0100
commitdc372fa3e46498e254464382af1fc1aec82aa279 (patch)
tree0e512d3c83a9f187ca3f194a622b1e2fe0260d8e /web
parentd09fc0705f4932b92e998c99baec861436f2bc7a (diff)
make colors prettier, fix commit count msgHEADmaster
Diffstat (limited to 'web')
-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 {