Merge pull request 'fix bug 74965' (#462) from fix/bug-74965 into release/v9.1.0

This commit is contained in:
Maxim Kadushkin
2025-09-30 09:31:34 +00:00
4 changed files with 1 additions and 4 deletions

View File

@ -45,7 +45,7 @@
--text-link: #445799;
--text-inverse: #fff;
--text-contrast-background: #fff;
--text-negative: #F87171;
--text-negative: var(--text-normal);
--icon-normal: fade(#000, 80%);
--icon-success: #090;

View File

@ -42,7 +42,6 @@
--text-link: #acbfff;
--text-inverse: #121212;
--text-contrast-background: #fff;
--text-negative: #f62211;
--icon-normal: #e8e8e8;

View File

@ -42,7 +42,6 @@
--text-link: #acbfff;
--text-inverse: #333;
--text-contrast-background: #fff;
--text-negative: #f62211;
--icon-normal: fade(#fff, 80%);

View File

@ -42,7 +42,6 @@
--text-link: #445799;
--text-inverse: #fff;
--text-contrast-background: #fff;
--text-negative: #991B1B;
--icon-normal: fade(#000, 80%);
--icon-success: #090;