Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Darken the IQR region
Browse files Browse the repository at this point in the history
When the interquartile range is narrow, it's hard to see against the
median line, so I darkened another shade in USWDS's color tokens to make
it stand out a little more.
  • Loading branch information
esheehan-gsl committed Nov 10, 2023
1 parent 3bdb02b commit df43a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class ChartTimeSeries extends ChartElement {
}
#iqr {
fill: #dfe1e2;
fill: #a9aeb1;
}
#current,
Expand Down

0 comments on commit df43a07

Please sign in to comment.