Thursday, January 26, 2023
1 change · master
Enhancements to existing features
Social media comment screens now use clearer colors in dark mode, making author and action links easier to read. Light mode colors were also refreshed to better match the current branding of each supported social platform.
Original PR description
Purpose: - This commit aims at improving the readability in social modules when the dark mode is activated. Therefore, some "raw" color values have been removed, or replaced by variables that are overridden when the dark mode is set. Now, when the dark mode is activated, the author and command links in the comment modals have (more or less) the same colors as on the dark mode version of the related websites (instead of using the regular ones for both modes). The colors of the light mode have also been updated to match the current designs of these websites in light mode. Task-3137791