Skip to content

Commit

Permalink
Fix Chartist Pie unfilled colors
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLvr authored and trasher committed Mar 18, 2024
1 parent ca3d0f5 commit 6d1897f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/standalone/chartist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
*/

.ct-series.ct-series-p {
fill: #c2f040;
stroke: #c2f040;
}

Expand All @@ -41,6 +42,7 @@
}

.ct-series.ct-series-q {
fill: #ca12d3;
stroke: #ca12d3;
}

Expand All @@ -50,6 +52,7 @@
}

.ct-series.ct-series-r {
fill: #f75037;
stroke: #f75037;
}

Expand All @@ -59,6 +62,7 @@
}

.ct-series.ct-series-s {
fill: #6224af;
stroke: #6224af;
}

Expand All @@ -68,6 +72,7 @@
}

.ct-series.ct-series-t {
fill: #854f95;
stroke: #854f95;
}

Expand All @@ -77,6 +82,7 @@
}

.ct-series.ct-series-u {
fill: #fcfefd;
stroke: #fcfefd;
}

Expand All @@ -86,6 +92,7 @@
}

.ct-series.ct-series-v {
fill: #1739c0;
stroke: #1739c0;
}

Expand All @@ -95,6 +102,7 @@
}

.ct-series.ct-series-w {
fill: #f83db1;
stroke: #f83db1;
}

Expand All @@ -104,6 +112,7 @@
}

.ct-series.ct-series-x {
fill: #a52ab5;
stroke: #a52ab5;
}

Expand All @@ -113,6 +122,7 @@
}

.ct-series.ct-series-y {
fill: #1f8870;
stroke: #1f8870;
}

Expand All @@ -122,6 +132,7 @@
}

.ct-series.ct-series-z {
fill: #d7192e;
stroke: #d7192e;
}

Expand Down

0 comments on commit 6d1897f

Please sign in to comment.