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:
commit
504c89efed
|
@ -14,8 +14,8 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: hsla(var(--primary-text-color_hsl), 0.3);
|
background: hsla(var(--primary-text-color_hsl), 0.1);
|
||||||
&.leading { background: hsla(var(--primary-text-color_hsl), 0.6); }
|
&.leading { background: hsla(var(--primary-text-color_hsl), 0.15); }
|
||||||
}
|
}
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
|
|
Loading…
Reference in New Issue