Fix poll leading bar contrast
This commit is contained in:
parent
dd417c19da
commit
e0e3e9cc9e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue