Re-arranging repos.

This commit is contained in:
g_it 2026-02-02 10:32:55 +01:00
commit fe8d1ee495
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627
70 changed files with 17 additions and 8 deletions

View file

@ -0,0 +1,24 @@
// sparkline colors
.sparkline-colors[data-name="backgroundColor"] {
color: #faf9f6;
}
.sparkline-colors[data-name="lineColor"] {
color: #828089;
}
.sparkline-colors[data-name="minPointColor"] {
color: #323036;
}
.sparkline-colors[data-name="maxPointColor"] {
color: #323036;
}
.sparkline-colors[data-name="lastPointColor"] {
color: white; //hidden
}
.sparkline-colors[data-name="fillColor"] {
color: lighten(#323036, 200);
}