Fix poll leading bar contrast

This commit is contained in:
Sean King 2021-04-10 19:20:13 -06:00
parent dd417c19da
commit e0e3e9cc9e
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257

View file

@ -15,7 +15,7 @@
display: inline-block;
border-radius: 4px;
background: hsla(var(--primary-text-color_hsl), 0.3);
&.leading { background: hsla(var(--primary-text-color_hsl), 0.6); }
&.leading { background: hsla(var(--primary-text-color_hsl), 0.1); }
}
&__text {