[stylesheets] correct colors definition

This commit is contained in:
Maxim Kadushkin 2020-12-18 23:10:23 +03:00
parent 1d0ca6732c
commit c573a68ada

View file

@ -110,10 +110,10 @@
@text-normal: var(--text-normal);
@text-secondary: var(--text-secondary);
@text-tertiary: var(--text-tertiary);
@text-inverse: var(--text-link);
@text-toolbar-header: var(--text-inverse);
@text-contrast-background: var(--text-toolbar-header);
@text-link: var(--text-contrast-background);
@text-link: var(--text-link);
@text-inverse: var(--text-inverse);
@text-toolbar-header: var(--text-toolbar-header);
@text-contrast-background: var(--text-contrast-background);
// Icon
// -------------------------