Troubeshooting visitor log colours

This commit is contained in:
g 2020-09-15 17:04:43 +02:00
commit b5fb3036ca
5 changed files with 71 additions and 68 deletions

View file

@ -1,6 +1,6 @@
// sparkline colors
.sparkline-colors[data-name="backgroundColor"] {
color: white;
color: @theme-color-background-base;
}
.sparkline-colors[data-name="lineColor"] {
@ -8,11 +8,11 @@
}
.sparkline-colors[data-name="minPointColor"] {
color: #323036 //darken(#058DC7, 10);
color: #323036;
}
.sparkline-colors[data-name="maxPointColor"] {
color: #323036 //darken(#058DC7, 10);
color: #323036;
}
.sparkline-colors[data-name="lastPointColor"] {
@ -20,5 +20,5 @@
}
.sparkline-colors[data-name="fillColor"] {
color: lighten(#323036, 55);
color: transparent;
}