Improve the styling contrast for chart better
This commit is contained in:
parent
e0e3e9cc9e
commit
cf11e1b0e1
|
@ -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.1); }
|
&.leading { background: hsla(var(--primary-text-color_hsl), 0.15); }
|
||||||
}
|
}
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
|
|
Loading…
Reference in New Issue