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:
parent
3cba42c43d
commit
be9d67f887
3 changed files with 11 additions and 2 deletions
|
@ -842,6 +842,12 @@ footer {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.total-contributions {
|
||||
text-align: left;
|
||||
font-weight: 500;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.heatmap-color-0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue