Skip to content
Snippets Groups Projects
Unverified Commit b81b646e authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Improve the contrast of the chart in “poll has ended” notifications (#22575)

* Improve the contrast of the chart in “poll has ended” notifications

* Further increase the contrast of non-leading poll options
parent 3654c945
No related branches found
No related tags found
No related merge requests found
......@@ -279,10 +279,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);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment