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 13, 2023
1 parent f830236 commit d6e43e9
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 d6e43e9

Please sign in to comment.