1
0
Fork 0

Another line chart fix attempt

This commit is contained in:
g 2020-09-18 00:09:51 +02:00
commit 4a7cd687f5
2 changed files with 3 additions and 8 deletions

View file

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