Troubeshooting visitor log colours
This commit is contained in:
parent
dd75d5e9fd
commit
b5fb3036ca
5 changed files with 71 additions and 68 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue