diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss index 3453820..2e456d9 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 125c34f..067b361 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss @@ -1,3 +1,4 @@ +TextLabel, QLabel { color: #333; }