summary refs log tree commit diff
path: root/resources/styles
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-05 23:43:43 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-05 23:43:43 +0200
commite55a09906fa9dbb15a5e8f07d23f651ef246613d (patch)
tree9298e2c57ced30cc4e309ce014d139255cf6ca16 /resources/styles
parentFix scroll to replied to message (somewhat) (diff)
downloadnheko-e55a09906fa9dbb15a5e8f07d23f651ef246613d.tar.xz
Misc color fixes
Diffstat (limited to 'resources/styles')
-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);