From dc372fa3e46498e254464382af1fc1aec82aa279 Mon Sep 17 00:00:00 2001 From: aura Date: Wed, 25 Feb 2026 14:50:46 +0100 Subject: make colors prettier, fix commit count msg --- web/cgit-extra.html | 2 +- web/git.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'web') 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 { -- cgit v1.2.3