0
0
mirror of https://gitea.artixlinux.org/artix/gitea-dark-blue.git synced 2024-11-05 18:52:17 +00:00

fixed heatmap colours

This commit is contained in:
nous 2019-02-09 00:32:11 +01:00
parent e090b085ed
commit f0be378d02

View File

@ -459,7 +459,7 @@
}
.ui.secondary.pointing.menu .active.item {
color: #dbdbdb;
background: #232363;
background: #002275;
}
.ui.secondary.pointing.menu .active.item:hover {
border-top-color: #203241;
@ -991,3 +991,18 @@
.heatmap-color-0 {
background-color: #1a1a1a;
}
.heatmap-color-1 {
background-color: #7895b4;
}
.heatmap-color-2 {
background-color: #4b719c;
}
.heatmap-color-3 {
background-color: #1e4e83;
}
.heatmap-color-4 {
background-color: #08386d;
}
.heatmap-color-5 {
background-color: #06274c;
}