summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko-dark.qss2
-rw-r--r--resources/styles/nheko.qss2
-rw-r--r--resources/styles/system.qss2
3 files changed, 3 insertions, 3 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index 2e456d90..c95eca2f 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -23,7 +23,7 @@ QuickSwitcher { background-color: #202228; } -DateSeparator { +InfoMessage { qproperty-textColor: #caccd1; qproperty-boxColor: rgba(45, 49, 57, 120); } diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 1cba4c82..674d1722 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -23,7 +23,7 @@ QuickSwitcher { background-color: white; } -DateSeparator { +InfoMessage { qproperty-textColor: #333; qproperty-boxColor: rgba(220, 220, 220, 120); } diff --git a/resources/styles/system.qss b/resources/styles/system.qss
index 0921a832..e18b7e5c 100644 --- a/resources/styles/system.qss +++ b/resources/styles/system.qss
@@ -25,7 +25,7 @@ QuickSwitcher { background-color: palette(window); } -DateSeparator { +InfoMessage { qproperty-textColor: palette(text); qproperty-boxColor: palette(window); }