mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
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:
commit
b85d1717e0
@ -1,5 +1,6 @@
|
|||||||
QWidget {
|
QWidget {
|
||||||
background-color: #EAECF0;
|
background-color: #EAECF0;
|
||||||
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user