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:
parent
e090b085ed
commit
f0be378d02
@ -459,7 +459,7 @@
|
|||||||
}
|
}
|
||||||
.ui.secondary.pointing.menu .active.item {
|
.ui.secondary.pointing.menu .active.item {
|
||||||
color: #dbdbdb;
|
color: #dbdbdb;
|
||||||
background: #232363;
|
background: #002275;
|
||||||
}
|
}
|
||||||
.ui.secondary.pointing.menu .active.item:hover {
|
.ui.secondary.pointing.menu .active.item:hover {
|
||||||
border-top-color: #203241;
|
border-top-color: #203241;
|
||||||
@ -991,3 +991,18 @@
|
|||||||
.heatmap-color-0 {
|
.heatmap-color-0 {
|
||||||
background-color: #1a1a1a;
|
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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user