diff options
author | May <themaymeow@gmail.com> | 2019-10-28 07:47:54 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-10-28 14:47:54 +0800 |
commit | e3875ace913ca428804acc9a9ee1cd0b06cd8026 (patch) | |
tree | 3355c5f53fcd98f57385dbd5330db6f0690bb90f /public/css | |
parent | c66c9dabc7453febc0e01fcc974baf06fd96c38d (diff) | |
download | gitea-e3875ace913ca428804acc9a9ee1cd0b06cd8026.tar.gz gitea-e3875ace913ca428804acc9a9ee1cd0b06cd8026.zip |
update color theme for heatmap (#8709)
Signed-off-by: May <themaymeow@gmail.com>
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/index.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/css/index.css b/public/css/index.css index 2815accab9..68339cf0b9 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -212,11 +212,11 @@ footer .ui.left,footer .ui.right{line-height:40px} } #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} -.heatmap-color-3{background-color:#83a87b} -.heatmap-color-4{background-color:#598a4b} -.heatmap-color-5{background-color:#2f6b1b} +.heatmap-color-1{background-color:#d8efbf} +.heatmap-color-2{background-color:#9fdb81} +.heatmap-color-3{background-color:#66c74b} +.heatmap-color-4{background-color:#609926} +.heatmap-color-5{background-color:#025900} .archived-icon{color:#b3b3b3!important} .oauth2-authorize-application-box{margin-top:3em!important} .ui.tabular.menu .item{color:rgba(0,0,0,.5)} |