vrifox/gitea-theme
Archived
1
0
Fork 0

changed heatmap colors

This commit is contained in:
Vrifox 2020-10-30 23:02:58 +01:00
parent 2f99e9a656
commit b58ab71cf8

View file

@ -43,14 +43,14 @@
fill: $bg70 !important;
}
&[style*="fill: rgb(102, 199, 75);"] {
fill: $bg80 !important;
}
&[style*="fill: rgb(96, 153, 38);"] {
fill: $red-dark !important;
}
&[style*="fill: rgb(2, 89, 0);"] {
&[style*="fill: rgb(96, 153, 38);"] {
fill: $red !important;
}
&[style*="fill: rgb(2, 89, 0);"] {
fill: $red-light !important;
}
}
@mixin label-milestone-menu {