1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-02 07:38:35 +00:00

Added total count of contributions to heatmap (#7517)

* Added total count of contributions to heatmap

Signed-off-by: kolaente <k@knt.li>

* make css

Signed-off-by: kolaente <k@knt.li>
This commit is contained in:
kolaente
2019-07-18 19:04:28 +02:00
committed by techknowlogick
parent 3cba42c43d
commit be9d67f887
3 changed files with 11 additions and 2 deletions

View File

@@ -842,6 +842,12 @@ footer {
display: none;
}
}
.total-contributions {
text-align: left;
font-weight: 500;
margin-top: 0;
}
}
.heatmap-color-0 {