summaryrefslogtreecommitdiffstats
path: root/resources/styles/system.qss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/styles/system.qss')
-rw-r--r--resources/styles/system.qss6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/styles/system.qss b/resources/styles/system.qss
index dd2a90ef..01951aff 100644
--- a/resources/styles/system.qss
+++ b/resources/styles/system.qss
@@ -98,15 +98,15 @@ UserMentionsWidget {
qproperty-highlightedTitleColor: palette(highlighted-text);
qproperty-highlightedSubtitleColor: palette(highlighted-text);
- qproperty-hoverTitleColor: palette(highlightedtext);
- qproperty-hoverSubtitleColor: palette(highlightedtext);
+ qproperty-hoverTitleColor: palette(dark);
+ qproperty-hoverSubtitleColor: palette(dark);
qproperty-btnColor: palette(dark);
qproperty-btnTextColor: palette(bright-text);
qproperty-timestampColor: palette(text);
qproperty-highlightedTimestampColor: palette(highlighted-text);
- qproperty-hoverTimestampColor: palette(highlighted-text);
+ qproperty-hoverTimestampColor: palette(dark);
qproperty-bubbleBgColor: palette(base);
qproperty-bubbleFgColor: palette(text);