Merge branch 'fix/poll-contrast' into 'develop'

Fix poll leading bar contrast, fixes #614

Closes #614

See merge request soapbox-pub/soapbox-fe!474
This commit is contained in:
Alex Gleason 2021-04-11 05:53:04 +00:00
commit 504c89efed

View file

@ -14,8 +14,8 @@
height: 100%;
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); }
background: hsla(var(--primary-text-color_hsl), 0.1);
&.leading { background: hsla(var(--primary-text-color_hsl), 0.15); }
}
&__text {