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:
@@ -842,6 +842,12 @@ footer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.total-contributions {
|
||||
text-align: left;
|
||||
font-weight: 500;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.heatmap-color-0 {
|
||||
|
Reference in New Issue
Block a user