1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-26 10:56:54 +02:00
parent 9d81ab51b3
commit ba7b437ac4

View File

@@ -372,7 +372,7 @@ async function updateInteractionBar(folderObj) {
}
// In die Bar schreiben
const [r, g, b] = getCommitColor(20);
const [r, g, b] = getCommitColor(commitsToday);
document.getElementById('commitsToday').textContent = commitsToday;
document.getElementById('commitsToday').style.color = `rgb(${r},${g},${b})`;
document.getElementById('linesUntilRewrite').textContent = linesUntilRewrite;