summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2019-07-18 19:04:28 +0200
committertechknowlogick <techknowlogick@gitea.io>2019-07-18 13:04:28 -0400
commitbe9d67f8876eef577925e4ca8458aa72fcc822e5 (patch)
treeec62555fa570748877f674022173c9d7feab23e0 /public/css
parent3cba42c43d8dbe9d611a787c72fe32054efa8a30 (diff)
downloadgitea-be9d67f8876eef577925e4ca8458aa72fcc822e5.tar.gz
gitea-be9d67f8876eef577925e4ca8458aa72fcc822e5.zip
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>
Diffstat (limited to 'public/css')
-rw-r--r--public/css/index.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/index.css b/public/css/index.css
index 4a7dfb2824..96dfcb0e8b 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -200,6 +200,7 @@ footer .ui.left,footer .ui.right{line-height:40px}
#user-heatmap svg:not(:root){overflow:inherit;padding:0!important}
@media only screen and (max-width:1200px){#user-heatmap{display:none}
}
+#user-heatmap .total-contributions{text-align:left;font-weight:500;margin-top:0}
.heatmap-color-0{background-color:#f4f4f4}
.heatmap-color-1{background-color:#d7e5db}
.heatmap-color-2{background-color:#adc7ab}