From 5e9d8373e485eede4e2f3108fde5bfbc8e9be3f2 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Fri, 25 May 2018 09:30:42 +0300 Subject: [PATCH] Use the white for text on the dark theme fixes #331 --- resources/styles/nheko-dark.qss | 1 + resources/styles/nheko.qss | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss index 34538203..2e456d90 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss @@ -1,3 +1,4 @@ +TextLabel, QLabel { color: #caccd1; } diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss index 125c34ff..067b361c 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss @@ -1,3 +1,4 @@ +TextLabel, QLabel { color: #333; }