QFix: updated color for disabled mentions (#8918)

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
Victor Ilyushchenko 2025-05-14 08:51:01 +03:00 committed by GitHub
parent d89cfbb64c
commit 5d042c5cd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,9 +161,9 @@
--theme-bg-divider-color: #282834;
--theme-mention-bg-color: rgba(55, 122, 230, 0.1);
--theme-mention-focused-bg-color: rgba(55, 122, 230, 0.2);
--theme-broken-mention-bg-color: rgba(202, 66, 66, .2);
--theme-broken-mention-color: rgb(202, 66, 66);
--theme-broken-mention-focused-bg-color: rgba(202, 66, 66, .3);
--theme-broken-mention-color: rgba(255, 255, 255, .4);
--theme-broken-mention-bg-color: rgba(255, 255, 255, .12);
--theme-broken-mention-focused-bg-color: rgba(255, 255, 255, .2);
--theme-trans-color: rgba(255, 255, 255, .3);
--theme-darker-color: rgba(255, 255, 255, .4);
@ -453,9 +453,9 @@
--theme-bg-divider-color: #E3E3E5;
--theme-mention-bg-color: rgba(55, 122, 230, 0.1);
--theme-mention-focused-bg-color: rgba(55, 122, 230, 0.2);
--theme-broken-mention-bg-color: rgba(202, 66, 66, .2);
--theme-broken-mention-color: rgb(202, 66, 66);
--theme-broken-mention-focused-bg-color: rgba(202, 66, 66, .3);
--theme-broken-mention-bg-color: rgba(0, 0, 0, .12);
--theme-broken-mention-color: rgba(0, 0, 0, .4);
--theme-broken-mention-focused-bg-color: rgba(0, 0, 0, .2);
--theme-link-preview-bg-color: #E5E8F0;
--theme-link-preview-description-color: #5A667E;