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
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue