Closed andreldm closed 4 years ago
This is caused by a style and affects both dark and light themes. Replacing that line with grid :backdrop { color: $insensitive_fg_color; } solves the problem.
grid :backdrop { color: $insensitive_fg_color; }
This is caused by a style and affects both dark and light themes. Replacing that line with
grid :backdrop { color: $insensitive_fg_color; }
solves the problem.