summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--resources/styles/nheko-dark.qss1
-rw-r--r--resources/styles/nheko.qss1
2 files changed, 2 insertions, 0 deletions
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; }