Fixes #592 Explicitly specify black font color by default

(like it is in light color themes).
This commit is contained in:
Alexander Sashnov 2021-08-06 18:29:27 +07:00 committed by Matthieu Gautier
parent f66e3aba11
commit ba0c3fab24

View File

@ -1,5 +1,6 @@
QWidget { QWidget {
background-color: #EAECF0; background-color: #EAECF0;
color: #000000;
} }