revision-ui/src/app/calendar-styles.css
Joshua Coles fc9b7e0d7d
All checks were successful
Build and Publish Docker Container / build (push) Successful in 2m59s
Improve calendar overview
2023-12-20 17:18:22 +00:00

19 lines
318 B
CSS

.react-calendar-heatmap .color-gitlab-0 {
fill: #ededed;
}
.react-calendar-heatmap .color-gitlab-1 {
fill: #acd5f2;
}
.react-calendar-heatmap .color-gitlab-2 {
fill: #7fa8d1;
}
.react-calendar-heatmap .color-gitlab-3 {
fill: #49729b;
}
.react-calendar-heatmap .color-gitlab-4 {
fill: #254e77;
}