diff --git a/apps/common/main/resources/less/colors-table.less b/apps/common/main/resources/less/colors-table.less index bc64d02fa..f8013f9cb 100644 --- a/apps/common/main/resources/less/colors-table.less +++ b/apps/common/main/resources/less/colors-table.less @@ -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 // -------------------------