[Glitch] Improve the contrast of the chart in “poll has ended” notifications

Port b81b646e3b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Jed Fox 2023-01-05 07:34:10 -05:00 committed by Claire
parent 009fee7954
commit 1702907a9d
1 changed files with 2 additions and 2 deletions

View File

@ -289,10 +289,10 @@
color: $dark-text-color;
&__chart {
background: rgba(darken($ui-primary-color, 14%), 0.2);
background: rgba(darken($ui-primary-color, 14%), 0.7);
&.leading {
background: rgba($ui-highlight-color, 0.2);
background: rgba($ui-highlight-color, 0.5);
}
}
}