Improve the styling contrast for chart better

bundle-emoji
Sean King 2021-04-10 23:25:22 -06:00
rodzic e0e3e9cc9e
commit cf11e1b0e1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 510C52BACD6E7257
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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