Merge pull request #675 from kiwix/592-UI-Text-color-should-be-specified

Fixes #592 Explicitly specify black font color by default
This commit is contained in:
Kelson 2021-08-31 16:30:08 +02:00 committed by GitHub
commit b85d1717e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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