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 {
|
||||
color: #dbdbdb;
|
||||
background: #232363;
|
||||
background: #002275;
|
||||
}
|
||||
.ui.secondary.pointing.menu .active.item:hover {
|
||||
border-top-color: #203241;
|
||||
@ -988,6 +988,21 @@
|
||||
.markdown:not(code) h6 {
|
||||
color: #d5d5d5;
|
||||
}
|
||||
.heatmap-color-0{
|
||||
.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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user