mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-20 13:48:09 +00:00
Fix color contrast issues caused by new theme tokens (#37105)
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
var(--color-text-brand)
|
||||
);
|
||||
--color-text-on-brand-base: var(--color-white);
|
||||
--color-text-brand-on-inverted: var(--color-indigo-400);
|
||||
--color-text-error: var(--color-red-600);
|
||||
--color-text-on-error-base: var(--color-white);
|
||||
--color-text-warning: var(--color-yellow-600);
|
||||
|
||||
Reference in New Issue
Block a user