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; }