Skip to content

Reduce brightness of labels in dark mode

From discussion on #325179 (comment 550185991)

In dark mode, labels are quite bright compared to other UI elements. Example from boards page

Screen_Shot_2021-04-19_at_3.03.01_pm

Currently dark mode labels have a slight brightness/contrast change. Changing brightness also affects the text color and reduces contrast. We can avoid this using grayscale filters instead. This is filter: saturate(0.6);

Screen_Shot_2021-04-13_at_11.24.33_am